Searched refs:list_node (Results 1 – 2 of 2) sorted by relevance
/kernel/ |
D | watch_queue.c | 214 hlist_for_each_entry_rcu(watch, &wlist->watchers, list_node) { in __post_watch_notification() 456 INIT_HLIST_NODE(&watch->list_node); in init_watch() 466 hlist_for_each_entry(w, &wlist->watchers, list_node) { in add_one_watch() 484 hlist_add_head_rcu(&watch->list_node, &wlist->watchers); in add_one_watch() 542 hlist_for_each_entry(watch, &wlist->watchers, list_node) { in remove_watch_from_object() 552 hlist_del_init_rcu(&watch->list_node); in remove_watch_from_object() 630 release = !hlist_unhashed(&watch->list_node); in watch_queue_clear() 632 hlist_del_init_rcu(&watch->list_node); in watch_queue_clear()
|
/kernel/debug/kdb/ |
D | kdb_main.c | 716 struct list_head list_node; /* Statement list node */ member 747 list_add_tail(&kms->list_node, &kdb_macro->statements); in kdb_defcmd2() 766 list_for_each_entry(kp, &kdb_cmds_head, list_node) { in kdb_defcmd() 772 list_node) in kdb_defcmd() 844 list_for_each_entry(kp, &kdb_cmds_head, list_node) { in kdb_exec_defcmd() 848 if (list_entry_is_head(kp, &kdb_cmds_head, list_node)) { in kdb_exec_defcmd() 854 list_for_each_entry(kms, &kmp->statements, list_node) { in kdb_exec_defcmd() 1066 list_for_each_entry(tp, &kdb_cmds_head, list_node) { in kdb_parse() 1084 if (list_entry_is_head(tp, &kdb_cmds_head, list_node)) { in kdb_parse() 1085 list_for_each_entry(tp, &kdb_cmds_head, list_node) { in kdb_parse() [all …]
|