Searched refs:knote_drop (Results 1 – 1 of 1) sorted by relevance
153 static void knote_drop(struct knote *kn, struct thread *td);1693 knote_drop(kn, td); in kqueue_register()2030 knote_drop(kn, td); in kqueue_scan()2043 knote_drop(kn, td); in kqueue_scan()2243 knote_drop(kn, td); in kqueue_drain()2258 knote_drop(kn, td); in kqueue_drain()2687 knote_drop(kn, td); in knote_fdclose()2718 knote_drop(struct knote *kn, struct thread *td) in knote_drop() function