Lines Matching refs:mt_min_slots
109 static const unsigned char mt_min_slots[] = {
115 #define mt_min_slot_count(x) mt_min_slots[mte_node_type(x)]
1856 (b_node->b_end - split) > (mt_min_slots[b_node->type]))
1887 split = b_end - mt_min_slots[bn->type];
1910 slot_min = mt_min_slots[bn->type];
1916 * NOTE: mt_min_slots is 1 based, b_end and split are zero.
2086 if (end > mt_min_slots[mt]) {
2886 unlikely(mast->bn->b_end <= mt_min_slots[mast->bn->type]))
3476 if ((b_end < mt_min_slots[b_type]) &&
3932 if (!mte_is_root(mas->node) && (new_end <= mt_min_slots[wr_mas->type]) &&
5526 if (node_size - 1 <= mt_min_slots[wr_mas.type])