Lines Matching refs:nodes
58 * Per-cpu pool of preloaded nodes
263 ret = rtp->nodes;
264 rtp->nodes = ret->parent;
294 * Must only free zeroed nodes into the slab. We can be left with
342 node->parent = rtp->nodes;
343 rtp->nodes = node;
590 * Until there is more than one item in the tree, no nodes are
646 * Free any nodes below this node. The tree is presumed to not need
741 * Until there is more than one item in the tree, no nodes are
811 * must manage lifetimes of leaf nodes (eg. RCU may also be used to free
1580 /* Free per-cpu pool of preloaded nodes */
1583 node = rtp->nodes;
1584 rtp->nodes = node->parent;