Searched refs:timerfd (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Depoll.c51 #include <sys/timerfd.h>
79 /* Note that we only use timerfd if TFD_NONBLOCK and TFD_CLOEXEC are available
80 and working. This means that we can't support it on 2.6.25 (where timerfd
91 int timerfd; member in struct:epollop
189 event_base, we can try to use timerfd to give them finer granularity.
194 fd = epollop->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK|TFD_CLOEXEC);
195 if (epollop->timerfd >= 0) {
198 epev.data.fd = epollop->timerfd;
201 event_warn("epoll_ctl(timerfd)");
203 epollop->timerfd
[all...]
H A Dconfigure13621 sys/timerfd.h \
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_event.c166 /* timerfd */
208 struct timerfd { struct
220 static void linux_timerfd_curval(struct timerfd *, struct itimerspec *);
979 struct timerfd *tfd;
1004 mtx_init(&tfd->tfd_lock, "timerfd", NULL, MTX_DEF);
1023 struct timerfd *tfd;
1050 struct timerfd *tfd;
1093 struct timerfd *tfd;
1114 struct timerfd *tfd;
1134 struct timerfd *tf
[all...]
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dneigh.c24 #include <sys/timerfd.h>

Completed in 256 milliseconds