Lines Matching refs:head
182 struct hlist_head *head; in avc_get_hash_stats() local
189 head = &avc_cache.slots[i]; in avc_get_hash_stats()
190 if (!hlist_empty(head)) { in avc_get_hash_stats()
193 hlist_for_each_entry_rcu(node, head, list) in avc_get_hash_stats()
241 struct hlist_head *head; in avc_reclaim_node() local
246 head = &avc_cache.slots[hvalue]; in avc_reclaim_node()
253 hlist_for_each_entry(node, head, list) { in avc_reclaim_node()
300 struct hlist_head *head; in avc_search_node() local
303 head = &avc_cache.slots[hvalue]; in avc_search_node()
304 hlist_for_each_entry_rcu(node, head, list) { in avc_search_node()
392 struct hlist_head *head; in avc_insert() local
398 head = &avc_cache.slots[hvalue]; in avc_insert()
402 hlist_for_each_entry(pos, head, list) { in avc_insert()
410 hlist_add_head_rcu(&node->list, head); in avc_insert()
538 struct hlist_head *head; in avc_update_node() local
550 head = &avc_cache.slots[hvalue]; in avc_update_node()
555 hlist_for_each_entry(pos, head, list) { in avc_update_node()
610 struct hlist_head *head; in avc_flush() local
617 head = &avc_cache.slots[i]; in avc_flush()
626 hlist_for_each_entry(node, head, list) in avc_flush()