Lines Matching refs:timerfd
208 struct timerfd { struct
220 static void linux_timerfd_curval(struct timerfd *, struct itimerspec *); argument
979 struct timerfd *tfd; in linux_timerfd_create()
1023 struct timerfd *tfd; in timerfd_close()
1050 struct timerfd *tfd; in timerfd_read()
1093 struct timerfd *tfd; in timerfd_poll()
1114 struct timerfd *tfd; in timerfd_kqfilter()
1134 struct timerfd *tfd = kn->kn_hook; in filt_timerfddetach()
1145 struct timerfd *tfd = kn->kn_hook; in filt_timerfdread()
1169 linux_timerfd_clocktime(struct timerfd *tfd, struct timespec *ts) in linux_timerfd_clocktime()
1179 linux_timerfd_curval(struct timerfd *tfd, struct itimerspec *ots) in linux_timerfd_curval()
1201 struct timerfd *tfd; in linux_timerfd_gettime()
1233 struct timerfd *tfd; in linux_timerfd_settime()
1299 struct timerfd *tfd; in linux_timerfd_expire()
1301 tfd = (struct timerfd *)arg; in linux_timerfd_expire()