Lines Matching refs:node
292 struct radix_tree_node *node;
298 entry = __radix_tree_lookup(&idr->idr_rt, id, &node, &slot);
302 __radix_tree_replace(&idr->idr_rt, node, slot, ptr);
337 * I considered telling the XArray that each slot is an order-10 node
349 * single 128-byte bitmap, we currently switch to a 576-byte node, put
351 * 128-byte entries. We could instead use the 512 bytes of the node's
569 struct xa_node *node = xa_to_node(entry);
570 unsigned int shift = node->shift + IDA_CHUNK_SHIFT +
574 xa_dump_node(node);
576 ida_dump_entry(node->slots[i],
577 index | (i << node->shift));
595 pr_debug("ida: %p node %p free %d\n", ida, xa->xa_head,