Searched refs:knlist_cleardel (Results 1 – 3 of 3) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | event.h | 273 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 D | event.h | 340 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 D | kern_event.c | 2489 knlist_cleardel(struct knlist *knl, struct thread *td, int islocked, int killkn) in knlist_cleardel() function
|