Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dmaple_tree.c103 static const unsigned char mt_pivots[] = { variable
109 #define mt_pivot_count(x) mt_pivots[mte_node_type(x)]
702 if (piv >= mt_pivots[type]) in mas_safe_pivot()
737 BUG_ON(piv >= mt_pivots[type]); in mte_set_pivot()
1114 if (!set_max && a_slot < mt_pivots[a_type]) { in mas_ascend()
1417 offset = mt_pivots[type] - 1; in ma_data_end()
1424 return mt_pivots[type]; in ma_data_end()
1452 offset = mt_pivots[type] - 1; in mas_data_end()
1459 return mt_pivots[type]; in mas_data_end()
1942 piv_end = min(mas_end, mt_pivots[mt]); in mas_mab_cp()
[all …]
/linux-6.12.1/tools/testing/radix-tree/
Dmaple.c853 count = mt_pivots[type]; in mas_node_walk()