Lines Matching refs:mt_pivots
118 static const unsigned char mt_pivots[] = { variable
125 #define mt_pivot_count(x) mt_pivots[mte_node_type(x)]
625 if (piv >= mt_pivots[type]) in mas_safe_pivot()
660 BUG_ON(piv >= mt_pivots[type]); in mte_set_pivot()
1028 if (!set_max && a_slot < mt_pivots[a_type]) { in mas_ascend()
1235 offset = mt_pivots[type] - 1; in ma_data_end()
1242 return mt_pivots[type]; in ma_data_end()
1270 offset = mt_pivots[type] - 1; in mas_data_end()
1277 return mt_pivots[type]; in mas_data_end()
1949 if (start + size - 1 < mt_pivots[s_mt]) in node_copy()
1954 if (d_start + size <= mt_pivots[d_mt]) in node_copy()
2979 end = mt_pivots[type]; in mtree_lookup_walk()
3140 node_pivots = mt_pivots[wr_mas->type]; in mas_wr_node_store()
3335 if (new_end < mt_pivots[wr_mas->type]) { in mas_wr_append()
6804 if (i < mt_pivots[type] && pivots[i] == mas->max) in mas_validate_child_slot()
6869 if (i < mt_pivots[type]) { in mas_validate_limits()
6877 MAS_WARN_ON(mas, i < mt_pivots[type] - 1); in mas_validate_limits()