Lines Matching defs:slot
199 static int verify_node(struct radix_tree_node *slot, unsigned int tag,
206 slot = entry_to_node(slot);
210 if (slot->tags[tag][i]) {
217 tag, slot->shift, tagged, anyset);
221 printf("%016lx ", slot->tags[j][i]);
229 if (slot->shift > 0) {
231 if (slot->slots[i])
232 if (verify_node(slot->slots[i], tag,
233 !!test_bit(i, slot->tags[tag]))) {
238 printf("%016lx ", slot->tags[j][i]);