Lines Matching defs:next_slot
486 int slot, next_slot, free_slot, i, j;
657 next_slot = 0;
662 new_n1->slots[next_slot++] = node->slots[i];
672 pr_devel("filtered: f=%x n=%x\n", free_slot, next_slot);
681 edit->leaf_p = &new_n1->slots[next_slot++];
685 BUG_ON(next_slot <= 1);
1466 int keylen, slot, nr_free, next_slot, i;
1561 next_slot = 0;
1583 next_slot);
1592 if (slot < next_slot)
1593 next_slot = slot;
1599 while (new_n->slots[next_slot])
1600 next_slot++;
1601 BUG_ON(next_slot >= ASSOC_ARRAY_FAN_OUT);
1602 new_n->slots[next_slot++] = p;
1609 next_slot);