Home
last modified time | relevance | path

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

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