Searched refs:timerfd (Results 1 – 6 of 6) sorted by relevance
91 int timerfd; member195 if (epollop->timerfd >= 0) { in epoll_init()198 epev.data.fd = epollop->timerfd; in epoll_init()203 epollop->timerfd = -1; in epoll_init()213 epollop->timerfd = -1; in epoll_init()216 epollop->timerfd = -1; in epoll_init()425 if (epollop->timerfd >= 0) { in epoll_dispatch()446 if (timerfd_settime(epollop->timerfd, 0, &is, NULL) < 0) { in epoll_dispatch()485 if (events[i].data.fd == epollop->timerfd) in epoll_dispatch()537 if (epollop->timerfd >= 0) in epoll_dealloc()[all …]
379 /* Define to 1 if you have the <sys/timerfd.h> header file. */
249 sys/timerfd.h \
414 sys/timerfd.h
1322 o When PRECISE_TIMERS is set with epoll, use timerfd for microsecond1327 o Avoid giving a spurious warning when timerfd support is unavailable
153 -t - run timerfd test155 -T - run timerfd+changelist test161 timerfd=0168 t) timerfd=1;;177 [ $timerfd -eq 0 ] || do_test EPOLL "(timerfd)"