Home
last modified time | relevance | path

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

/src/sys/compat/linux/
H A Dlinux_event.c107 return (kern_kqueue(td, flags, false, NULL)); in epoll_create_common()
/src/sys/sys/
H A Dsyscallsubr.h226 int kern_kqueue(struct thread *td, int flags, bool cponfork,
/src/sys/kern/
H A Dkern_event.c1199 return (kern_kqueue(td, 0, false, NULL)); in sys_kqueue()
1212 return (kern_kqueue(td, flags, (uap->flags & KQUEUE_CPONFORK) != 0, in sys_kqueuex()
1266 kern_kqueue(struct thread *td, int flags, bool cponfork, struct filecaps *fcaps) in kern_kqueue() function