Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_event.c146 static void knote_dequeue(struct knote *kn);
2502 knote_dequeue(kn); in knote_drop()
2529 knote_dequeue(struct knote *kn) in knote_dequeue() function