Searched refs:epollfd (Results 1 – 1 of 1) sorted by relevance
66 static int epollfd; variable92 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, fd, &ev) == -1) { in healthd_register_event()227 nevents = epoll_wait(epollfd, events, eventct, timeout); in healthd_mainloop()243 epollfd = epoll_create(MAX_EPOLL_EVENTS); in healthd_init()244 if (epollfd == -1) { in healthd_init()