Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sys/
Devent.h284 void knlist_cleardel(struct knlist *knl, struct thread *td,
287 knlist_cleardel((knl), NULL, (islocked), 0)
289 knlist_cleardel((knl), (td), (islocked), 1)
/freebsd-10-stable/sys/kern/
Dkern_event.c2204 knlist_cleardel(struct knlist *knl, struct thread *td, int islocked, int killkn) in knlist_cleardel() function