Home | History | Annotate | Download | only in init

Lines Matching defs:epoll_fd

88 static int epoll_fd = -1;
98 if (epoll_ctl(epoll_fd, EPOLL_CTL_ADD, fd, &ev) == -1) {
1069 epoll_fd = epoll_create1(EPOLL_CLOEXEC);
1070 if (epoll_fd == -1) {
1160 int nr = TEMP_FAILURE_RETRY(epoll_wait(epoll_fd, &ev, 1, epoll_timeout_ms));