Searched refs:rcu_node (Results 1 – 1 of 1) sorted by relevance
50 struct rcu_node { struct57 struct rcu_node *rcu_node = xmalloc(struct rcu_node); in rcu_node_alloc() local58 return rcu_node ? &rcu_node->node : NULL; in rcu_node_alloc()63 struct rcu_node *rcu_node = in _rcu_node_free() local64 container_of(head, struct rcu_node, rcu_head); in _rcu_node_free()65 xfree(rcu_node); in _rcu_node_free()70 struct rcu_node *rcu_node = container_of(node, struct rcu_node, node); in rcu_node_free() local71 call_rcu(&rcu_node->rcu_head, _rcu_node_free); in rcu_node_free()
Completed in 3 milliseconds