Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dradix-tree.c50 struct rcu_node { struct
57 struct rcu_node *rcu_node = xmalloc(struct rcu_node); in rcu_node_alloc() local
58 return rcu_node ? &rcu_node->node : NULL; in rcu_node_alloc()
63 struct rcu_node *rcu_node = in _rcu_node_free() local
64 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() local
71 call_rcu(&rcu_node->rcu_head, _rcu_node_free); in rcu_node_free()

Completed in 3 milliseconds