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

/linux-master/lib/
H A Dmaple_tree.c103 static const unsigned char mt_pivots[] = { variable
109 #define mt_pivot_count(x) mt_pivots[mte_node_type(x)]
701 if (piv >= mt_pivots[type])
736 BUG_ON(piv >= mt_pivots[type]);
1115 if (!set_max && a_slot < mt_pivots[a_type]) {
1418 offset = mt_pivots[type] - 1;
1425 return mt_pivots[type];
1453 offset = mt_pivots[type] - 1;
1460 return mt_pivots[type];
1943 piv_end = min(mas_end, mt_pivots[m
[all...]
/linux-master/tools/testing/radix-tree/
H A Dmaple.c851 count = mt_pivots[type];
[all...]

Completed in 188 milliseconds