Lines Matching refs:f_touch
250 .f_touch = filt_timertouch,
258 .f_touch = filt_usertouch,
343 * f_touch: fdp->fd_lock -> kn_kq->kq_lock (spin lock)
347 * provide f_touch to known-safe cases.
622 * XXX have to assume that f_touch will always be safe to call,
628 KASSERT(kn->kn_fop->f_touch != NULL);
630 return kn->kn_fop->f_touch(kn, kev, type);
1981 * XXX Allow only known-safe users of f_touch.
1984 if (kn->kn_fop->f_touch != NULL &&
2107 kn->kn_fop->f_touch != NULL) {
2444 kn->kn_fop->f_touch != NULL);