Lines Matching defs:kn

153 knote_free(struct knote *kn)  in knote_free()
162 knote_foplock_enter(struct knote *kn) in knote_foplock_enter()
168 knote_foplock_exit(struct knote *kn) in knote_foplock_exit()
174 knote_foplock_owned(struct knote *kn) in knote_foplock_owned()
395 kn_in_flux(struct knote *kn) in kn_in_flux()
402 kn_enter_flux(struct knote *kn) in kn_enter_flux()
418 kn_leave_flux(struct knote *kn) in kn_leave_flux()
429 kn_wait_flux(struct knote *kn, bool can_loop) in kn_wait_flux()
446 #define KNOTE_WILLDETACH(kn) \ argument
458 knote_detach_quiesce(struct knote *kn) in knote_detach_quiesce()
552 filter_attach(struct knote *kn) in filter_attach()
577 filter_detach(struct knote *kn) in filter_detach()
594 filter_event(struct knote *kn, long hint, bool submitting) in filter_event()
615 filter_touch(struct knote *kn, struct kevent *kev, long type) in filter_touch()
855 filt_fileattach(struct knote *kn) in filt_fileattach()
868 filt_kqdetach(struct knote *kn) in filt_kqdetach()
884 filt_kqueue(struct knote *kn, long hint) in filt_kqueue()
905 filt_procattach(struct knote *kn) in filt_procattach()
954 filt_procdetach(struct knote *kn) in filt_procdetach()
989 filt_proc(struct knote *kn, long hint) in filt_proc()
1011 struct knote *kn, *tmpkn; in knote_proc_exec() local
1206 struct knote *kn; in knote_proc_fork() local
1257 struct knote *kn; in knote_proc_exit() local
1398 struct knote *kn = knx; in filt_timerexpire() local
1414 filt_timerstart(struct knote *kn, uintptr_t tticks) in filt_timerstart()
1430 filt_timerattach(struct knote *kn) in filt_timerattach()
1471 filt_timerdetach(struct knote *kn) in filt_timerdetach()
1495 filt_timertouch(struct knote *kn, struct kevent *kev, long type) in filt_timertouch()
1550 filt_timer(struct knote *kn, long hint) in filt_timer()
1563 filt_userattach(struct knote *kn) in filt_userattach()
1581 filt_userdetach(struct knote *kn) in filt_userdetach()
1590 filt_user(struct knote *kn, long hint) in filt_user()
1603 filt_usertouch(struct knote *kn, struct kevent *kev, long type) in filt_usertouch()
1669 filt_seltrue(struct knote *kn, long hint) in filt_seltrue()
1686 filt_seltruedetach(struct knote *kn) in filt_seltruedetach()
1699 seltrue_kqfilter(dev_t dev, struct knote *kn) in seltrue_kqfilter()
1894 struct knote *kn, *newkn; in kqueue_register() local
2158 #define KN_FMT(buf, kn) \ argument
2165 const struct knote *kn; in kqueue_printit() local
2201 const struct knote *kn; in kqueue_check() local
2276 struct knote *kn, *marker; in kqueue_scan() local
2651 struct knote *kn; in kqueue_doclose() local
2744 kqueue_kqfilter(file_t *fp, struct knote *kn) in kqueue_kqfilter()
2772 struct knote *kn, *tmpkn; in knote() local
2796 struct knote *kn; in knote_fdclose() local
2818 knote_detach(struct knote *kn, filedesc_t *fdp, bool dofop) in knote_detach()
2873 knote_enqueue(struct knote *kn) in knote_enqueue()
2906 knote_activate_locked(struct knote *kn) in knote_activate_locked()
2932 knote_activate(struct knote *kn) in knote_activate()
2942 knote_deactivate_locked(struct knote *kn) in knote_deactivate_locked()
2962 knote_set_eof(struct knote *kn, uint32_t flags) in knote_set_eof()
2975 knote_clear_eof(struct knote *kn) in knote_clear_eof()
2999 struct knote *kn; in klist_fini() local
3025 klist_insert(struct klist *list, struct knote *kn) in klist_insert()
3035 klist_remove(struct klist *list, struct knote *kn) in klist_remove()