Searched refs:knote_drop_detached (Results 1 – 1 of 1) sorted by relevance
154 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