Searched refs:knlist_cleardel (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/sys/ |
H A D | event.h | 347 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 D | kern_event.c | 2595 knlist_cleardel(struct knlist *knl, struct thread *td, int islocked, int killkn) in knlist_cleardel() function
|