Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linux/
H A Dlinux_event.c112 typedef uint64_t timerfd_t; typedef
151 timerfd_t tfd_count;
690 timerfd_t count; in timerfd_read()
697 if (uio->uio_resid < sizeof(timerfd_t)) in timerfd_read()
721 error = uiomove(&count, sizeof(timerfd_t), uio); in timerfd_read()