Searched refs:f_touch (Results 1 – 3 of 3) sorted by relevance
236 int (*f_touch) (struct knote *, struct kevent *, long); member
250 .f_touch = filt_timertouch,258 .f_touch = filt_usertouch,628 KASSERT(kn->kn_fop->f_touch != NULL); in filter_touch()630 return kn->kn_fop->f_touch(kn, kev, type); in filter_touch()1984 if (kn->kn_fop->f_touch != NULL && in kqueue_register()2107 kn->kn_fop->f_touch != NULL) { in kqueue_register()2444 kn->kn_fop->f_touch != NULL); in kqueue_scan()
162 .f_touch = NULL,171 .f_touch = NULL,578 * manually because we cannot create a custom f_touch in linux_sys_inotify_add_watch()