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
725 if (piv >= mt_pivots[type]) in mas_safe_pivot()
760 BUG_ON(piv >= mt_pivots[type]); in mte_set_pivot()
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()
2005 if (mt_pivots[mt] <= end) in mas_leaf_set_meta()
2037 if (!pivots[mt_pivots[mt] - 1]) in mab_mas_cp()
2038 slots[mt_pivots[mt]] = NULL; in mab_mas_cp()
[all …]
/openbmc/linux/tools/testing/radix-tree/
H A Dmaple.c847 count = mt_pivots[type]; in mas_node_walk()