Lines Matching refs:rcu
51 static void node_free_rcu(struct rcu_head *rcu)
53 kmem_cache_free(node_cache, container_of(rcu, struct allowedips_node, rcu));
56 static void root_free_rcu(struct rcu_head *rcu)
59 container_of(rcu, struct allowedips_node, rcu) };
270 call_rcu(&node->rcu, root_free_rcu);
277 call_rcu(&node->rcu, root_free_rcu);
333 call_rcu(&node->rcu, node_free_rcu);
339 call_rcu(&parent->rcu, node_free_rcu);