Searched refs:kern_kqueue (Results 1 – 3 of 3) sorted by relevance
182 int kern_kqueue(struct thread *td, int flags, struct filecaps *fcaps);
1164 if ((rc = kern_kqueue(curthread, 0, NULL))) in ff_kqueue()
959 return (kern_kqueue(td, 0, NULL)); in sys_kqueue()973 kern_kqueue(struct thread *td, int flags, struct filecaps *fcaps) in kern_kqueue() function