Searched refs:kern_kqueue (Results 1 – 3 of 3) sorted by relevance
| /src/sys/compat/linux/ |
| H A D | linux_event.c | 107 return (kern_kqueue(td, flags, false, NULL)); in epoll_create_common()
|
| /src/sys/sys/ |
| H A D | syscallsubr.h | 226 int kern_kqueue(struct thread *td, int flags, bool cponfork,
|
| /src/sys/kern/ |
| H A D | kern_event.c | 1199 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
|