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

/freebsd-10.2-release/sys/kern/
H A Dkern_event.c134 static void knote_drop(struct knote *kn, struct thread *td);
1156 knote_drop(kn, td);
1174 knote_drop(kn, td);
1496 knote_drop(kn, td);
1511 knote_drop(kn, td);
1751 knote_drop(kn, td);
1768 knote_drop(kn, td);
1788 * We could be called due to the knote_drop() doing fdrop(),
2131 knote_drop(kn, td);
2200 knote_drop(k
2237 knote_drop(struct knote *kn, struct thread *td) function
[all...]

Completed in 40 milliseconds