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()
252 struct timerfd *tfd = fp->f_data; in timerfd_poll()
269 struct timerfd *tfd = kn->kn_hook; in filt_timerfddetach()
279 struct timerfd *tfd = kn->kn_hook; in filt_timerfdread()
295 struct timerfd *tfd = fp->f_data; in timerfd_kqfilter()
310 struct timerfd *tfd = fp->f_data; in timerfd_stat()
331 struct timerfd *tfd = fp->f_data; in timerfd_close()
351 struct timerfd *tfd = fp->f_data; in timerfd_fill_kinfo()
379 timerfd_curval(struct timerfd *tfd, struct itimerspec *old_value) in timerfd_curval()
395 struct timerfd *tfd = (struct timerfd *)arg; in timerfd_expire()
428 struct timerfd *tfd; in kern_timerfd_create()
486 struct timerfd *tfd; in kern_timerfd_gettime()
511 struct timerfd *tfd; in kern_timerfd_settime()