Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_event.c170 static int filt_proc(struct knote *kn, long hint);
207 .f_event = filt_proc,
492 if (immediate || (exiting && filt_proc(kn, NOTE_EXIT))) in filt_procattach()
519 filt_proc(struct knote *kn, long hint) in filt_proc()
1910 * will call filt_proc() which will remove it from the list, and NULL in kqueue_register()
518 filt_proc(struct knote *kn, long hint) filt_proc() function