Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_log.c75 static void logkqdetach(struct knote *note);
80 .f_detach = logkqdetach,
219 logkqdetach(struct knote *kn) in logkqdetach() function