Lines Matching refs:nodes
60 * Per-cpu pool of preloaded nodes
265 ret = rtp->nodes;
266 rtp->nodes = ret->parent;
296 * Must only free zeroed nodes into the slab. We can be left with
344 node->parent = rtp->nodes;
345 rtp->nodes = node;
592 * Until there is more than one item in the tree, no nodes are
648 * Free any nodes below this node. The tree is presumed to not need
743 * Until there is more than one item in the tree, no nodes are
813 * must manage lifetimes of leaf nodes (eg. RCU may also be used to free
1583 /* Free per-cpu pool of preloaded nodes */
1586 node = rtp->nodes;
1587 rtp->nodes = node->parent;