Home
last modified time | relevance | path

Searched refs:timerfd (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/sys/kern/
H A Dsys_timerfd.c80 struct timerfd { struct
134 struct timerfd *tfd; in timerfd_jumped()
184 struct timerfd *tfd = fp->f_data; in timerfd_read()
253 struct timerfd *tfd = fp->f_data; in timerfd_poll()
296 struct timerfd *tfd = fp->f_data; in timerfd_kqfilter()
311 struct timerfd *tfd = fp->f_data; in timerfd_stat()
332 struct timerfd *tfd = fp->f_data; in timerfd_close()
396 struct timerfd *tfd = (struct timerfd *)arg; in timerfd_expire()
429 struct timerfd *tfd; in kern_timerfd_create()
487 struct timerfd *tfd; in kern_timerfd_gettime()
[all …]
/freebsd-14.2/contrib/ntp/sntp/libevent/
H A Depoll.c91 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()
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 …]
H A Devent-config.h.cmake379 /* Define to 1 if you have the <sys/timerfd.h> header file. */
H A Dconfig.h.in344 /* Define to 1 if you have the <sys/timerfd.h> header file. */
H A Dconfigure.ac249 sys/timerfd.h \
H A DCMakeLists.txt414 sys/timerfd.h
H A DChangeLog1322 o When PRECISE_TIMERS is set with epoll, use timerfd for microsecond
1327 o Avoid giving a spurious warning when timerfd support is unavailable
/freebsd-14.2/contrib/libevent/
H A Depoll.c91 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()
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 …]
H A Devent-config.h.cmake379 /* Define to 1 if you have the <sys/timerfd.h> header file. */
H A Dconfig.h.in341 /* Define to 1 if you have the <sys/timerfd.h> header file. */
H A Dconfigure.ac249 sys/timerfd.h \
H A DCMakeLists.txt414 sys/timerfd.h
H A DChangeLog1322 o When PRECISE_TIMERS is set with epoll, use timerfd for microsecond
1327 o Avoid giving a spurious warning when timerfd support is unavailable
/freebsd-14.2/contrib/ntp/sntp/libevent/test/
H A Dtest.sh153 -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-14.2/contrib/libevent/test/
H A Dtest.sh153 -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-14.2/lib/libc/sys/
H A DMakefile.inc357 timerfd.2 \
511 MLINKS+=timerfd.2 timerfd_create.2 \
512 timerfd.2 timerfd_gettime.2 \
513 timerfd.2 timerfd_settime.2
/freebsd-14.2/contrib/ntp/
H A DCommitLog105299 regress output in that case, and set epollop->timerfd = -1. Suggested
105306 regress output in that case, and set epollop->timerfd = -1. Suggested