Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsys_timerfd.c266 struct timerfd * const tfd = fp->f_timerfd; in timerfd_fop_read()
305 struct timerfd * const tfd = fp->f_timerfd; in timerfd_fop_ioctl()
339 struct timerfd * const tfd = fp->f_timerfd; in timerfd_fop_poll()
358 struct timerfd * const tfd = fp->f_timerfd; in timerfd_fop_stat()
382 struct timerfd * const tfd = fp->f_timerfd; in timerfd_fop_close()
384 fp->f_timerfd = NULL; in timerfd_fop_close()
393 struct timerfd * const tfd = ((file_t *)kn->kn_obj)->f_timerfd; in timerfd_filt_read_detach()
404 struct timerfd * const tfd = ((file_t *)kn->kn_obj)->f_timerfd; in timerfd_filt_read()
432 struct timerfd * const tfd = ((file_t *)kn->kn_obj)->f_timerfd; in timerfd_fop_kqfilter()
457 struct timerfd * const tfd = fp->f_timerfd; in timerfd_fop_restart()
[all...]
/netbsd-src/sys/sys/
H A Dfile.h164 #define f_timerfd f_undata.fd_timerfd macro