Lines Matching refs:mt_slots
110 static const unsigned char mt_slots[] = { variable
116 #define mt_slot_count(x) mt_slots[mte_node_type(x)]
1494 for (i = 0; i < mt_slots[mt]; i++) { in mas_leaf_max_gap()
1866 unsigned char slot_count = mt_slots[bn->type]; in mab_calc_split()
1974 if (end < mt_slots[mt] - 1) in mas_leaf_set_meta()
2368 unsigned char slot_count = mt_slots[b_node->type]; in mas_mab_to_node()
2913 mab_mas_cp(mast->bn, 0, mt_slots[mast->bn->type] - 1, &l_mas, true); in mas_spanning_rebalance()
3008 unsigned char offset, tmp, split = mt_slots[mt] / 2; in mas_destroy_rebalance()
3049 unsigned char max_s = mt_slots[mt]; in mas_destroy_rebalance()
3055 if (tmp < mt_slots[mt]) in mas_destroy_rebalance()
3141 mab_mas_cp(mast->bn, 0, mt_slots[mast->bn->type] - 1, mast->l, true); in mas_split_final_node()
3264 split = mt_slots[mast->bn->type] - 2; in mas_push_data()
3276 split = mab_no_null_split(mast->bn, split, mt_slots[mast->bn->type]); in mas_push_data()
3331 if (mt_slots[b_node->type] > b_node->b_end) { in mas_split()
4225 if (new_end >= mt_slots[wr_mas->type]) in mas_wr_store_type()
5239 if ((offset < mt_slots[type]) && in mt_free_walk()
5313 if (offset >= mt_slots[type]) in mt_destroy_walk()
7369 for (i = 0; i < mt_slots[p_type]; i++) { in mas_validate_parent_slot()
7395 for (i = 0; i < mt_slots[type]; i++) { in mas_validate_child_slot()
7436 for (i = 0; i < mt_slots[type]; i++) { in mas_validate_limits()
7474 for (i += 1; i < mt_slots[type]; i++) { in mas_validate_limits()
7477 if (entry && (i != mt_slots[type] - 1)) { in mas_validate_limits()