Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_event.c148 static struct knote *knote_alloc(int waitok);
1270 tkn = knote_alloc(waitok); in kqueue_register()
1680 marker = knote_alloc(1); in kqueue_scan()
2551 knote_alloc(int waitok) in knote_alloc() function