Home
last modified time | relevance | path

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

/security/selinux/
A Davc.c58 struct rcu_head rhead; member
429 static void avc_node_free(struct rcu_head *rhead) in avc_node_free() argument
431 struct avc_node *node = container_of(rhead, struct avc_node, rhead); in avc_node_free()
440 call_rcu(&node->rhead, avc_node_free); in avc_node_delete()
455 call_rcu(&old->rhead, avc_node_free); in avc_node_replace()

Completed in 5 milliseconds