Searched refs:kern_kevent_fp (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_event.c528 error = kern_kevent_fp(td, epfp, nchanges, 0, &k_ops, NULL);
601 error = kern_kevent_fp(td, epfp, 0, maxevents, &k_ops, tsp);
664 return (kern_kevent_fp(td, epfp, 1, 0, &k_ops, NULL));
/freebsd-11-stable/sys/kern/
H A Dkern_event.c1062 error = kern_kevent_fp(td, fp, nchanges, nevents, k_ops, timeout);
1110 kern_kevent_fp(struct thread *td, struct file *fp, int nchanges, int nevents, function
/freebsd-11-stable/sys/sys/
H A Dsyscallsubr.h146 int kern_kevent_fp(struct thread *td, struct file *fp, int nchanges,

Completed in 105 milliseconds