Lines Matching refs:timerfd
147 struct timerfd { struct
158 static void linux_timerfd_curval(struct timerfd *, struct itimerspec *); argument
620 struct timerfd *tfd; in linux_timerfd_create()
664 struct timerfd *tfd; in timerfd_close()
689 struct timerfd *tfd; in timerfd_read()
732 struct timerfd *tfd; in timerfd_poll()
752 struct timerfd *tfd; in timerfd_kqfilter()
772 struct timerfd *tfd = kn->kn_hook; in filt_timerfddetach()
782 struct timerfd *tfd = kn->kn_hook; in filt_timerfdread()
821 linux_timerfd_clocktime(struct timerfd *tfd, struct timespec *ts) in linux_timerfd_clocktime()
831 linux_timerfd_curval(struct timerfd *tfd, struct itimerspec *ots) in linux_timerfd_curval()
853 struct timerfd *tfd; in linux_timerfd_gettime()
885 struct timerfd *tfd; in linux_timerfd_settime()
952 struct timerfd *tfd; in linux_timerfd_expire()
954 tfd = (struct timerfd *)arg; in linux_timerfd_expire()