Lines Matching defs:mt_pivots
101 static const unsigned char mt_pivots[] = {
107 #define mt_pivot_count(x) mt_pivots[mte_node_type(x)]
694 if (MAS_WARN_ON(mas, piv >= mt_pivots[type])) {
725 if (piv >= mt_pivots[type])
760 BUG_ON(piv >= mt_pivots[type]);
1139 if (!set_max && a_slot < mt_pivots[a_type]) {
1441 offset = mt_pivots[type] - 1;
1448 return mt_pivots[type];
1476 offset = mt_pivots[type] - 1;
1483 return mt_pivots[type];
1963 piv_end = min(mas_end, mt_pivots[mt]);
2005 if (mt_pivots[mt] <= end)
2034 if (mab_end - mab_start > mt_pivots[mt])
2037 if (!pivots[mt_pivots[mt] - 1])
2038 slots[mt_pivots[mt]] = NULL;
3099 unsigned char max_p = mt_pivots[mt];
3928 unsigned char copy_size, node_pivots = mt_pivots[wr_mas->type];
4151 if (new_end < mt_pivots[wr_mas->type]) {
7083 if (i < mt_pivots[type] && pivots[i] == mas->max)
7148 if (i < mt_pivots[type]) {
7156 MAS_WARN_ON(mas, i < mt_pivots[type] - 1);