Home
last modified time | relevance | path

Searched refs:rhead (Results 1 – 1 of 1) sorted by relevance

/security/selinux/
Davc.c55 struct rcu_head rhead; member
431 static void avc_node_free(struct rcu_head *rhead) in avc_node_free() argument
433 struct avc_node *node = container_of(rhead, struct avc_node, rhead); in avc_node_free()
442 call_rcu(&node->rhead, avc_node_free); in avc_node_delete()
458 call_rcu(&old->rhead, avc_node_free); in avc_node_replace()