kern_kqueue
return (kern_kqueue(td, flags, false, NULL));
return (kern_kqueue(td, 0, false, NULL));
return (kern_kqueue(td, flags, (uap->flags & KQUEUE_CPONFORK) != 0,
int kern_kqueue(struct thread *td, int flags, bool cponfork,