Searched refs:kern_kqueue_alloc (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | kern_event.c | 1227 kern_kqueue_alloc(struct thread *td, struct filedesc *fdp, int *fdip, in kern_kqueue_alloc() function 1270 error = kern_kqueue_alloc(td, td->td_proc->p_fd, &fd, &fp, flags, in kern_kqueue() 3023 error = kern_kqueue_alloc(td, fdp, NULL, fp1, 0, NULL, true, &kq1); in kqueue_fork_alloc()
|