Searched refs:hhead (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/kernel/ |
D | cgroup.c | 513 struct hlist_head *hhead; in find_existing_css_set() local 535 hhead = css_set_hash(template); in find_existing_css_set() 536 hlist_for_each_entry(cg, node, hhead, hlist) { in find_existing_css_set() 620 struct hlist_head *hhead; in find_css_set() local 667 hhead = css_set_hash(res->subsys); in find_css_set() 668 hlist_add_head(&res->hlist, hhead); in find_css_set() 1599 struct hlist_head *hhead = &css_set_table[i]; in cgroup_mount() local 1603 hlist_for_each_entry(cg, node, hhead, hlist) in cgroup_mount() 4213 struct hlist_head *hhead; in cgroup_unload_subsys() local 4243 hhead = css_set_hash(cg->subsys); in cgroup_unload_subsys() [all …]
|
/linux-3.4.99/net/ipv4/ |
D | fib_trie.c | 1357 struct hlist_head *hhead = &l->list; in check_leaf() local 1360 hlist_for_each_entry_rcu(li, node, hhead, hlist) { in check_leaf()
|