Home
last modified time | relevance | path

Searched refs:knote_drop (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dkern_event.c147 static void knote_drop(struct knote *kn, struct thread *td);
1687 knote_drop(kn, td); in kqueue_register()
2024 knote_drop(kn, td); in kqueue_scan()
2037 knote_drop(kn, td); in kqueue_scan()
2237 knote_drop(kn, td); in kqueue_drain()
2252 knote_drop(kn, td); in kqueue_drain()
2681 knote_drop(kn, td); in knote_fdclose()
2712 knote_drop(struct knote *kn, struct thread *td) in knote_drop() function