Lines Matching refs:mt_pivots
100 static const unsigned char mt_pivots[] = { variable
106 #define mt_pivot_count(x) mt_pivots[mte_node_type(x)]
669 if (piv >= mt_pivots[piv]) { in mte_pivot()
699 if (piv >= mt_pivots[type]) in mas_safe_pivot()
761 BUG_ON(piv >= mt_pivots[type]); in mte_set_pivot()
1097 if (!set_max && a_slot < mt_pivots[a_type]) { in mas_ascend()
1399 offset = mt_pivots[type] - 1; in ma_data_end()
1406 return mt_pivots[type]; in ma_data_end()
1431 offset = mt_pivots[type] - 1; in mas_data_end()
1438 return mt_pivots[type]; in mas_data_end()
1922 piv_end = min(mas_end, mt_pivots[mt]); in mas_mab_cp()
1964 if (mt_pivots[mt] <= end) in mas_leaf_set_meta()
1993 if (mab_end - mab_start > mt_pivots[mt]) in mab_mas_cp()
1996 if (!pivots[mt_pivots[mt] - 1]) in mab_mas_cp()
1997 slots[mt_pivots[mt]] = NULL; in mab_mas_cp()
3210 unsigned char max_p = mt_pivots[mt]; in mas_destroy_rebalance()
4061 unsigned char copy_size, max_piv = mt_pivots[wr_mas->type]; in mas_wr_node_store()
4210 if ((offset + 1 < mt_pivots[wr_mas->type]) && in mas_wr_slot_store()
4273 unsigned char node_pivots = mt_pivots[wr_mas->type]; in mas_wr_append()
4524 if (offset < mt_pivots[mt]) in mas_prev_node()
4811 if (offset == mt_pivots[mt]) in mas_prev_nentry()
5263 if (offset < mt_pivots[mt]) in mas_empty_area()
7060 if (i < mt_pivots[type]) { in mas_validate_limits()
7068 MT_BUG_ON(mas->tree, i < mt_pivots[type] - 1); in mas_validate_limits()