Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_event.c150 static void knote_drop_detached(struct knote *kn, struct thread *td);
1552 knote_drop_detached(kn, td); in kqueue_register()
2514 knote_drop_detached(kn, td); in knlist_cleardel()
2617 knote_drop_detached(kn, td); in knote_drop()
2621 knote_drop_detached(struct knote *kn, struct thread *td) in knote_drop_detached() function