Home
last modified time | relevance | path

Searched refs:filt_timercopy (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dkern_event.c181 static int filt_timercopy(struct knote *kn, struct proc *p1);
222 .f_copy = filt_timercopy,
964 filt_timercopy(struct knote *kn, struct proc *p) in filt_timercopy() function