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