Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dmaple_tree.c646 static inline unsigned long *ma_pivots(struct maple_node *node, in ma_pivots() function
1041 pivots = ma_pivots(node, type); in mas_descend()
1129 pivots = ma_pivots(a_node, a_type); in mas_ascend()
1472 pivots = ma_pivots(node, type); in mas_data_end()
1526 pivots = ma_pivots(mn, mt); in mas_leaf_max_gap()
1710 unsigned long *pivots = ma_pivots(node, type); in mas_adopt_children()
1783 pivots = ma_pivots(node, mt); in mas_find_child()
1944 pivots = ma_pivots(node, mt); in mas_mab_cp()
2019 unsigned long *pivots = ma_pivots(node, mt); in mab_mas_cp()
2238 wr_mas->pivots = ma_pivots(wr_mas->node, wr_mas->type); in mas_wr_node_walk()
[all …]
/openbmc/linux/tools/testing/radix-tree/
H A Dmaple.c836 pivots = ma_pivots(node, type); in mas_node_walk()
35370 pivots = ma_pivots(mte_to_node(prev), mte_node_type(prev)); in mas_dfs_preorder()