Lines Matching defs:kn
164 #define KNOTE_ACTIVATE(kn) do { \ argument
204 knote_acquire(struct knote *kn) in knote_acquire()
225 knote_release(struct knote *kn) in knote_release()
253 filt_fileattach(struct knote *kn) in filt_fileattach()
262 kqueue_kqfilter(struct file *fp, struct knote *kn) in kqueue_kqfilter()
275 filt_kqdetach(struct knote *kn) in filt_kqdetach()
284 filt_kqueue(struct knote *kn, long hint) in filt_kqueue()
293 filt_procattach(struct knote *kn) in filt_procattach()
350 filt_procdetach(struct knote *kn) in filt_procdetach()
361 filt_proc(struct knote *kn, long hint) in filt_proc()
424 filt_timerreset(struct knote *kn) in filt_timerreset()
445 struct knote *kn = knx; in filt_timerexpire() local
480 filt_timerattach(struct knote *kn) in filt_timerattach()
506 filt_timerdetach(struct knote *kn) in filt_timerdetach()
518 filt_timer(struct knote *kn, long hint) in filt_timer()
527 filt_userattach(struct knote *kn) in filt_userattach()
566 filt_userdetach(struct knote *kn) in filt_userdetach()
572 filt_user(struct knote *kn, long hint) in filt_user()
578 filt_usertouch(struct knote *kn, struct kevent *kev, u_long type) in filt_usertouch()
657 filt_fsattach(struct knote *kn) in filt_fsattach()
666 filt_fsdetach(struct knote *kn) in filt_fsdetach()
672 filt_fs(struct knote *kn, long hint) in filt_fs()
703 struct knote *kn; in kqueue_terminate() local
1159 struct knote *kn = NULL; in kqueue_register() local
1482 struct knote *kn, local_marker; in kqueue_scan() local
1741 filter_attach(struct knote *kn) in filter_attach()
1764 knote_detach_and_drop(struct knote *kn) in knote_detach_and_drop()
1787 filter_event(struct knote *kn, long hint) in filter_event()
1813 struct knote *kn; in knote() local
1887 knote_insert(struct klist *klist, struct knote *kn) in knote_insert()
1902 knote_remove(struct klist *klist, struct knote *kn) in knote_remove()
1915 struct knote *kn; in knote_assume_knotes() local
1947 struct knote *kn; in knote_fdclose() local
1983 knote_attach(struct knote *kn) in knote_attach()
2010 knote_drop(struct knote *kn) in knote_drop()
2042 knote_enqueue(struct knote *kn) in knote_enqueue()
2067 knote_dequeue(struct knote *kn) in knote_dequeue()
2084 knote_free(struct knote *kn) in knote_free()