epoll_fd           39 lib/tevent/tevent_epoll.c 	int epoll_fd;
epoll_fd           71 lib/tevent/tevent_epoll.c 	close(epoll_ev->epoll_fd);
epoll_fd           72 lib/tevent/tevent_epoll.c 	epoll_ev->epoll_fd = -1;
epoll_fd           81 lib/tevent/tevent_epoll.c 	epoll_ev->epoll_fd = epoll_create(64);
epoll_fd           84 lib/tevent/tevent_epoll.c 	if (epoll_ev->epoll_fd == -1) {
epoll_fd          105 lib/tevent/tevent_epoll.c 	close(epoll_ev->epoll_fd);
epoll_fd          106 lib/tevent/tevent_epoll.c 	epoll_ev->epoll_fd = epoll_create(64);
epoll_fd          107 lib/tevent/tevent_epoll.c 	if (epoll_ev->epoll_fd == -1) {
epoll_fd          129 lib/tevent/tevent_epoll.c 	if (epoll_ev->epoll_fd == -1) return;
epoll_fd          139 lib/tevent/tevent_epoll.c 	if (epoll_ctl(epoll_ev->epoll_fd, EPOLL_CTL_ADD, fde->fd, &event) != 0) {
epoll_fd          157 lib/tevent/tevent_epoll.c 	if (epoll_ev->epoll_fd == -1) return;
epoll_fd          167 lib/tevent/tevent_epoll.c 	if (epoll_ctl(epoll_ev->epoll_fd, EPOLL_CTL_DEL, fde->fd, &event) != 0) {
epoll_fd          181 lib/tevent/tevent_epoll.c 	if (epoll_ev->epoll_fd == -1) return;
epoll_fd          188 lib/tevent/tevent_epoll.c 	if (epoll_ctl(epoll_ev->epoll_fd, EPOLL_CTL_MOD, fde->fd, &event) != 0) {
epoll_fd          204 lib/tevent/tevent_epoll.c 	if (epoll_ev->epoll_fd == -1) return;
epoll_fd          241 lib/tevent/tevent_epoll.c 	if (epoll_ev->epoll_fd == -1) return -1;
epoll_fd          253 lib/tevent/tevent_epoll.c 	ret = epoll_wait(epoll_ev->epoll_fd, events, MAXEVENTS, timeout);
epoll_fd          317 lib/tevent/tevent_epoll.c 	epoll_ev->epoll_fd = -1;
epoll_fd           52 lib/tevent/tevent_standard.c 	int epoll_fd;
epoll_fd           69 lib/tevent/tevent_standard.c 	close(std_ev->epoll_fd);
epoll_fd           70 lib/tevent/tevent_standard.c 	std_ev->epoll_fd = -1;
epoll_fd           90 lib/tevent/tevent_standard.c 	if (std_ev->epoll_fd != -1) {
epoll_fd           91 lib/tevent/tevent_standard.c 		close(std_ev->epoll_fd);
epoll_fd           93 lib/tevent/tevent_standard.c 	std_ev->epoll_fd = -1;
epoll_fd          102 lib/tevent/tevent_standard.c 	std_ev->epoll_fd = epoll_create(64);
epoll_fd          122 lib/tevent/tevent_standard.c 	close(std_ev->epoll_fd);
epoll_fd          123 lib/tevent/tevent_standard.c 	std_ev->epoll_fd = epoll_create(64);
epoll_fd          124 lib/tevent/tevent_standard.c 	if (std_ev->epoll_fd == -1) {
epoll_fd          145 lib/tevent/tevent_standard.c 	if (std_ev->epoll_fd == -1) return;
epoll_fd          155 lib/tevent/tevent_standard.c 	if (epoll_ctl(std_ev->epoll_fd, EPOLL_CTL_ADD, fde->fd, &event) != 0) {
epoll_fd          172 lib/tevent/tevent_standard.c 	if (std_ev->epoll_fd == -1) return;
epoll_fd          182 lib/tevent/tevent_standard.c 	epoll_ctl(std_ev->epoll_fd, EPOLL_CTL_DEL, fde->fd, &event);
epoll_fd          192 lib/tevent/tevent_standard.c 	if (std_ev->epoll_fd == -1) return;
epoll_fd          199 lib/tevent/tevent_standard.c 	if (epoll_ctl(std_ev->epoll_fd, EPOLL_CTL_MOD, fde->fd, &event) != 0) {
epoll_fd          215 lib/tevent/tevent_standard.c 	if (std_ev->epoll_fd == -1) return;
epoll_fd          252 lib/tevent/tevent_standard.c 	if (std_ev->epoll_fd == -1) return -1;
epoll_fd          264 lib/tevent/tevent_standard.c 	ret = epoll_wait(std_ev->epoll_fd, events, MAXEVENTS, timeout);
epoll_fd          335 lib/tevent/tevent_standard.c 	std_ev->epoll_fd = -1;