Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dkern_event.c158 static void knote_drop(struct knote *kn, struct thread *td);
1852 knote_drop(kn, td); in kqueue_register()
2194 knote_drop(kn, td); in kqueue_scan()
2207 knote_drop(kn, td); in kqueue_scan()
2407 knote_drop(kn, td); in kqueue_drain()
2422 knote_drop(kn, td); in kqueue_drain()
2851 knote_drop(kn, td); in knote_fdclose()
2882 knote_drop(struct knote *kn, struct thread *td) in knote_drop() function