Searched refs:ma_pivots (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/lib/ |
D | maple_tree.c | 652 static inline unsigned long *ma_pivots(struct maple_node *node, in ma_pivots() function 1014 pivots = ma_pivots(node, type); in mas_descend() 1104 pivots = ma_pivots(a_node, a_type); in mas_ascend() 1448 pivots = ma_pivots(node, type); in mas_data_end() 1502 pivots = ma_pivots(mn, mt); in mas_leaf_max_gap() 1689 unsigned long *pivots = ma_pivots(node, type); in mas_adopt_children() 1762 pivots = ma_pivots(node, mt); in mas_find_child() 1934 pivots = ma_pivots(node, mt); in mas_mab_cp() 1995 unsigned long *pivots = ma_pivots(node, mt); in mab_mas_cp() 2217 wr_mas->pivots = ma_pivots(wr_mas->node, wr_mas->type); in mas_wr_node_walk() [all …]
|
/linux-6.12.1/tools/testing/radix-tree/ |
D | maple.c | 842 pivots = ma_pivots(node, type); in mas_node_walk() 35379 pivots = ma_pivots(mte_to_node(prev), mte_node_type(prev)); in mas_dfs_preorder() 36439 unsigned long *pivots = ma_pivots(node, mt); in get_last_index()
|