Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Devent.h347 void knlist_cleardel(struct knlist *knl, struct thread *td,
350 knlist_cleardel((knl), NULL, (islocked), 0)
352 knlist_cleardel((knl), (td), (islocked), 1)
/freebsd/sys/kern/
H A Dkern_event.c2595 knlist_cleardel(struct knlist *knl, struct thread *td, int islocked, int killkn) in knlist_cleardel() function