Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_event.c169 static int filt_timerattach(struct knote *kn);
200 .f_attach = filt_timerattach,
815 filt_timerattach(struct knote *kn) in filt_timerattach() function