Lines Matching refs:list
57 struct hlist_node list; /* anchored in avc_cache->slots[i] */ member
226 hlist_for_each_entry_rcu(node, next, head, list) in avc_get_hash_stats()
486 hlist_del_rcu(&node->list); in avc_node_delete()
501 hlist_replace_rcu(&old->list, &new->list); in avc_node_replace()
524 hlist_for_each_entry(node, next, head, list) { in avc_reclaim_node()
549 INIT_HLIST_NODE(&node->list); in avc_alloc_node()
576 hlist_for_each_entry_rcu(node, next, head, list) { in avc_search_node()
683 hlist_for_each_entry(pos, next, head, list) { in avc_insert()
691 hlist_add_head_rcu(&node->list, head); in avc_insert()
936 hlist_for_each_entry(pos, next, head, list) { in avc_update_node()
1021 hlist_for_each_entry(node, next, head, list) in avc_flush()