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.c158 static void knote_drop(struct knote *kn, struct thread *td);
1883 knote_drop(kn, td); in kqueue_register()
2226 knote_drop(kn, td); in kqueue_scan()
2239 knote_drop(kn, td); in kqueue_scan()
2437 knote_drop(kn, td); in kqueue_drain()
2451 knote_drop(kn, td); in kqueue_drain()
2900 knote_drop(kn, td); in knote_fdclose()
2932 knote_drop(struct knote *kn, struct thread *td) in knote_drop() function