Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_event.c149 static void knote_drop(struct knote *kn, struct thread *td);
1568 knote_drop(kn, td); in kqueue_register()
1895 knote_drop(kn, td); in kqueue_scan()
1908 knote_drop(kn, td); in kqueue_scan()
2109 knote_drop(kn, td); in kqueue_drain()
2124 knote_drop(kn, td); in kqueue_drain()
2581 knote_drop(kn, td); in knote_fdclose()
2612 knote_drop(struct knote *kn, struct thread *td) in knote_drop() function