Home
last modified time | relevance | path

Searched refs:mt_pivots (Results 1 – 1 of 1) sorted by relevance

/lib/
Dmaple_tree.c103 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()
[all …]