Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dmaple_tree.c101 static const unsigned char mt_pivots[] = { variable
107 #define mt_pivot_count(x) mt_pivots[mte_node_type(x)]
694 if (MAS_WARN_ON(mas, piv >= mt_pivots[type])) { in mas_pivot()
725 if (piv >= mt_pivots[type]) in mas_safe_pivot()
760 BUG_ON(piv >= mt_pivots[type]); in mte_set_pivot()
1139 if (!set_max && a_slot < mt_pivots[a_type]) { in mas_ascend()
1441 offset = mt_pivots[type] - 1; in ma_data_end()
1448 return mt_pivots[type]; in ma_data_end()
1476 offset = mt_pivots[type] - 1; in mas_data_end()
1483 return mt_pivots[type]; in mas_data_end()
[all …]
/openbmc/linux/tools/testing/radix-tree/
H A Dmaple.c847 count = mt_pivots[type]; in mas_node_walk()