Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Deventvar.h479 extern struct kqueue *kqueue_alloc(struct proc *);
/xnu-11215/bsd/kern/
H A Dsys_generic.c1712 kq = kqueue_alloc(p); in poll_nocancel()
H A Dkern_event.c3027 kqueue_alloc(struct proc *p) in kqueue_alloc() function
3063 kq = kqueue_alloc(p); in kqueue_internal()