Lines Matching refs:timerfd
61 static LIST_HEAD(, timerfd) timerfd_list;
62 MTX_SYSINIT(timerfd, &timerfd_list_lock, "timerfd_list_lock", MTX_DEF);
80 struct timerfd { struct
95 LIST_ENTRY(timerfd) entry; /* (l) entry in list */ argument
110 SYSINIT(timerfd, SI_SUB_VFS, SI_ORDER_ANY, timerfd_init, NULL); argument
134 struct timerfd *tfd; in timerfd_jumped()
184 struct timerfd *tfd = fp->f_data; in timerfd_read()
253 struct timerfd *tfd = fp->f_data; in timerfd_poll()
270 struct timerfd *tfd = kn->kn_hook; in filt_timerfddetach()
280 struct timerfd *tfd = kn->kn_hook; in filt_timerfdread()
296 struct timerfd *tfd = fp->f_data; in timerfd_kqfilter()
311 struct timerfd *tfd = fp->f_data; in timerfd_stat()
332 struct timerfd *tfd = fp->f_data; in timerfd_close()
352 struct timerfd *tfd = fp->f_data; in timerfd_fill_kinfo()
380 timerfd_curval(struct timerfd *tfd, struct itimerspec *old_value) in timerfd_curval()
396 struct timerfd *tfd = (struct timerfd *)arg; in timerfd_expire()
429 struct timerfd *tfd; in kern_timerfd_create()
487 struct timerfd *tfd; in kern_timerfd_gettime()
512 struct timerfd *tfd; in kern_timerfd_settime()