Lines Matching refs:mt_pivots
118 static const unsigned char mt_pivots[] = { variable
124 #define mt_pivot_count(x) mt_pivots[mte_node_type(x)]
713 if (piv >= mt_pivots[type]) in mas_safe_pivot()
748 BUG_ON(piv >= mt_pivots[type]); in mte_set_pivot()
1125 if (!set_max && a_slot < mt_pivots[a_type]) { in mas_ascend()
1427 offset = mt_pivots[type] - 1; in ma_data_end()
1434 return mt_pivots[type]; in ma_data_end()
1462 offset = mt_pivots[type] - 1; in mas_data_end()
1469 return mt_pivots[type]; in mas_data_end()
1941 piv_end = min(mas_end, mt_pivots[mt]); in mas_mab_cp()
1997 if (mab_end - mab_start > mt_pivots[mt]) in mab_mas_cp()
2000 if (!pivots[mt_pivots[mt] - 1]) in mab_mas_cp()
2001 slots[mt_pivots[mt]] = NULL; in mab_mas_cp()
3048 unsigned char max_p = mt_pivots[mt]; in mas_destroy_rebalance()
3632 end = mt_pivots[type]; in mtree_lookup_walk()
3805 unsigned char copy_size, node_pivots = mt_pivots[wr_mas->type]; in mas_wr_node_store()
4001 if (new_end < mt_pivots[wr_mas->type]) { in mas_wr_append()
7418 if (i < mt_pivots[type] && pivots[i] == mas->max) in mas_validate_child_slot()
7483 if (i < mt_pivots[type]) { in mas_validate_limits()
7491 MAS_WARN_ON(mas, i < mt_pivots[type] - 1); in mas_validate_limits()