Searched refs:kl_list (Results 1 – 4 of 4) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | event.h | 156 struct klist kl_list; member 178 #define KNLIST_EMPTY(list) SLIST_EMPTY(&(list)->kl_list)
|
| /f-stack/freebsd/sys/ |
| H A D | event.h | 224 struct klist kl_list; member 244 #define KNLIST_EMPTY(list) SLIST_EMPTY(&(list)->kl_list)
|
| /f-stack/lib/ |
| H A D | ff_event.h | 226 struct klist kl_list; member
|
| /f-stack/freebsd/kern/ |
| H A D | kern_event.c | 539 if (SLIST_EMPTY(&list->kl_list)) in knote_fork() 543 SLIST_FOREACH(kn, &list->kl_list, kn_selnext) { in knote_fork() 2260 SLIST_FOREACH_SAFE(kn, &list->kl_list, kn_selnext, tkn) { in knote() 2306 SLIST_INSERT_HEAD(&knl->kl_list, kn, kn_selnext); in knlist_add() 2328 SLIST_REMOVE(&knl->kl_list, kn, knote, kn_selnext); in knlist_remove_kq() 2354 return (SLIST_EMPTY(&knl->kl_list)); in knlist_empty() 2436 SLIST_INIT(&knl->kl_list); in knlist_init() 2503 SLIST_FOREACH_SAFE(kn, &knl->kl_list, kn_selnext, kn2) { in knlist_cleardel() 2523 if (!SLIST_EMPTY(&knl->kl_list)) { in knlist_cleardel() 2525 kn = SLIST_FIRST(&knl->kl_list); in knlist_cleardel()
|