Lines Matching defs:slot_count
1821 * @slot_count: the size that can be stored in a single node being considered.
1826 unsigned char slot_count)
1830 if (size >= 2 * slot_count)
1833 if (!b_node->slot[split] && (size >= 2 * slot_count - 1))
1843 * @slot_count: the number of slots in the node being considered.
1848 unsigned char split, unsigned char slot_count)
1855 if ((split < slot_count - 1) &&
1877 unsigned char slot_min, slot_count = mt_slots[bn->type];
1906 if (unlikely(mab_middle_node(bn, split, slot_count))) {
1918 while ((split < slot_count - 1) &&
1919 ((bn->pivot[split] - min) < slot_count - 1) &&
1925 split = mab_no_null_split(bn, split, slot_count);
1928 *mid_split = mab_no_null_split(bn, *mid_split, slot_count);
2406 unsigned char slot_count = mt_slots[b_node->type];
2413 if (b_node->b_end < slot_count) {