Lines Matching refs:mt_pivots
103 static const unsigned char mt_pivots[] = { variable
109 #define mt_pivot_count(x) mt_pivots[mte_node_type(x)]
706 if (MAS_WARN_ON(mas, piv >= mt_pivots[type])) { in mas_pivot()
737 if (piv >= mt_pivots[type]) in mas_safe_pivot()
772 BUG_ON(piv >= mt_pivots[type]); in mte_set_pivot()
1151 if (!set_max && a_slot < mt_pivots[a_type]) { in mas_ascend()
1453 offset = mt_pivots[type] - 1; in ma_data_end()
1460 return mt_pivots[type]; in ma_data_end()
1488 offset = mt_pivots[type] - 1; in mas_data_end()
1495 return mt_pivots[type]; in mas_data_end()
1975 piv_end = min(mas_end, mt_pivots[mt]); in mas_mab_cp()
2017 if (mt_pivots[mt] <= end) in mas_leaf_set_meta()
2046 if (mab_end - mab_start > mt_pivots[mt]) in mab_mas_cp()
2049 if (!pivots[mt_pivots[mt] - 1]) in mab_mas_cp()
2050 slots[mt_pivots[mt]] = NULL; in mab_mas_cp()
3111 unsigned char max_p = mt_pivots[mt]; in mas_destroy_rebalance()
3940 unsigned char copy_size, node_pivots = mt_pivots[wr_mas->type]; in mas_wr_node_store()
4163 if (new_end < mt_pivots[wr_mas->type]) { in mas_wr_append()
7367 if (i < mt_pivots[type] && pivots[i] == mas->max) in mas_validate_child_slot()
7432 if (i < mt_pivots[type]) { in mas_validate_limits()
7440 MAS_WARN_ON(mas, i < mt_pivots[type] - 1); in mas_validate_limits()