Lines Matching refs:mt_slots

95 static const unsigned char mt_slots[] = {  variable
101 #define mt_slot_count(x) mt_slots[mte_node_type(x)]
1484 for (i = 0; i < mt_slots[mt]; i++) { in mas_leaf_max_gap()
1856 unsigned char slot_min, slot_count = mt_slots[bn->type]; in mab_calc_split()
1976 if (end < mt_slots[mt] - 1) in mas_leaf_set_meta()
2372 unsigned char slot_count = mt_slots[b_node->type]; in mas_mab_to_node()
2917 mab_mas_cp(mast->bn, 0, mt_slots[mast->bn->type] - 1, &l_mas, true); in mas_spanning_rebalance()
3012 unsigned char offset, tmp, split = mt_slots[mt] / 2; in mas_destroy_rebalance()
3053 unsigned char max_s = mt_slots[mt]; in mas_destroy_rebalance()
3059 if (tmp < mt_slots[mt]) in mas_destroy_rebalance()
3145 mab_mas_cp(mast->bn, 0, mt_slots[mast->bn->type] - 1, mast->l, true); in mas_split_final_node()
3271 split = mt_slots[mast->bn->type] - 2; in mas_push_data()
3283 split = mab_no_null_split(mast->bn, split, mt_slots[mast->bn->type]); in mas_push_data()
3338 if (mt_slots[b_node->type] > b_node->b_end) { in mas_split()
4229 if (new_end >= mt_slots[wr_mas->type]) { in mas_wr_store_type()
5285 if ((offset < mt_slots[type]) && in mt_free_walk()
5359 if (offset >= mt_slots[type]) in mt_destroy_walk()
7412 for (i = 0; i < mt_slots[p_type]; i++) { in mas_validate_parent_slot()
7438 for (i = 0; i < mt_slots[type]; i++) { in mas_validate_child_slot()
7479 for (i = 0; i < mt_slots[type]; i++) { in mas_validate_limits()
7517 for (i += 1; i < mt_slots[type]; i++) { in mas_validate_limits()
7520 if (entry && (i != mt_slots[type] - 1)) { in mas_validate_limits()