Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_event.c163 static struct knote *knote_alloc(int mflag);
1690 tkn = knote_alloc(mflag); in kqueue_register()
2126 marker = knote_alloc(M_WAITOK); in kqueue_scan()
2970 knote_alloc(int mflag) in knote_alloc() function
3050 kn1 = knote_alloc(M_WAITOK); in kqueue_fork_copy_knote()
3118 marker = knote_alloc(M_WAITOK); in kqueue_fork_copy()