Searched refs:timerfd (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/libevent/ |
| H A D | epoll.c | 91 int timerfd; member 195 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() 422 if (epollop->timerfd >= 0) { in epoll_dispatch() 443 if (timerfd_settime(epollop->timerfd, 0, &is, NULL) < 0) { in epoll_dispatch() 482 if (events[i].data.fd == epollop->timerfd) in epoll_dispatch() 532 if (epollop->timerfd >= 0) in epoll_dealloc() [all …]
|
| H A D | config.h.in | 328 /* Define to 1 if you have the <sys/timerfd.h> header file. */
|
| H A D | configure.ac | 238 sys/timerfd.h \
|
| H A D | ChangeLog | 1009 o When PRECISE_TIMERS is set with epoll, use timerfd for microsecond 1014 o Avoid giving a spurious warning when timerfd support is unavailable
|
| H A D | configure | 13648 sys/timerfd.h \
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/ |
| H A D | epoll.c | 91 int timerfd; member 195 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() 423 if (epollop->timerfd >= 0) { in epoll_dispatch() 444 if (timerfd_settime(epollop->timerfd, 0, &is, NULL) < 0) { in epoll_dispatch() 483 if (events[i].data.fd == epollop->timerfd) in epoll_dispatch() 533 if (epollop->timerfd >= 0) in epoll_dealloc() [all …]
|
| H A D | config.h.in | 322 /* Define to 1 if you have the <sys/timerfd.h> header file. */
|
| H A D | configure.ac | 232 sys/timerfd.h \
|
| H A D | ChangeLog | 562 o When PRECISE_TIMERS is set with epoll, use timerfd for microsecond 567 o Avoid giving a spurious warning when timerfd support is unavailable
|
| H A D | configure | 13621 sys/timerfd.h \
|
| /freebsd-12.1/contrib/libevent/test/ |
| H A D | test.sh | 153 -t - run timerfd test 155 -T - run timerfd+changelist test 161 timerfd=0 168 t) timerfd=1;; 177 [ $timerfd -eq 0 ] || do_test EPOLL "(timerfd)"
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_event.c | 208 struct timerfd { struct 979 struct timerfd *tfd; in linux_timerfd_create() 1023 struct timerfd *tfd; in timerfd_close() 1050 struct timerfd *tfd; in timerfd_read() 1093 struct timerfd *tfd; in timerfd_poll() 1114 struct timerfd *tfd; in timerfd_kqfilter() 1134 struct timerfd *tfd = kn->kn_hook; in filt_timerfddetach() 1201 struct timerfd *tfd; in linux_timerfd_gettime() 1233 struct timerfd *tfd; in linux_timerfd_settime() 1299 struct timerfd *tfd; in linux_timerfd_expire() [all …]
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | CommitLog | 95230 regress output in that case, and set epollop->timerfd = -1. Suggested 95237 regress output in that case, and set epollop->timerfd = -1. Suggested
|