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

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_event.c167 typedef uint64_t timerfd_t; typedef
212 timerfd_t tfd_count;
1051 timerfd_t count;
1058 if (uio->uio_resid < sizeof(timerfd_t))
1082 error = uiomove(&count, sizeof(timerfd_t), uio);

Completed in 101 milliseconds