Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
Dmaple_tree.c100 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()
[all …]
/Linux-v6.1/tools/testing/radix-tree/
Dmaple.c802 count = mt_pivots[type]; in mas_node_walk()