Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Devent.h273 extern void knlist_cleardel(struct knlist *knl, struct thread *td,
276 knlist_cleardel((knl), NULL, (islocked), 0)
278 knlist_cleardel((knl), (td), (islocked), 1)
/f-stack/freebsd/sys/
H A Devent.h340 void knlist_cleardel(struct knlist *knl, struct thread *td,
343 knlist_cleardel((knl), NULL, (islocked), 0)
345 knlist_cleardel((knl), (td), (islocked), 1)
/f-stack/freebsd/kern/
H A Dkern_event.c2489 knlist_cleardel(struct knlist *knl, struct thread *td, int islocked, int killkn) in knlist_cleardel() function