Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/
H A Dmapletree.py162 def mt_pivots(t): function
206 end = mt_pivots(tp)
/linux/lib/
H A Dmaple_tree.c118 static const unsigned char mt_pivots[] = { variable
125 #define mt_pivot_count(x) mt_pivots[mte_node_type(x)]
625 if (piv >= mt_pivots[type]) in mas_safe_pivot()
660 BUG_ON(piv >= mt_pivots[type]); in mte_set_pivot()
1028 if (!set_max && a_slot < mt_pivots[a_type]) { in mas_ascend()
1235 offset = mt_pivots[type] - 1; in ma_data_end()
1242 return mt_pivots[type]; in ma_data_end()
1270 offset = mt_pivots[type] - 1; in mas_data_end()
1277 return mt_pivots[type]; in mas_data_end()
1949 if (start + size - 1 < mt_pivots[s_mt]) in node_copy()
[all …]
/linux/tools/testing/radix-tree/
H A Dmaple.c446 count = mt_pivots[type]; in mas_node_walk()