Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_event.c154 static void knote_drop_detached(struct knote *kn, struct thread *td);
1677 knote_drop_detached(kn, td); in kqueue_register()
2620 knote_drop_detached(kn, td); in knlist_cleardel()
2723 knote_drop_detached(kn, td); in knote_drop()
2727 knote_drop_detached(struct knote *kn, struct thread *td) in knote_drop_detached() function