Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
Dmaple_tree.c784 static inline void __rcu **ma_slots(struct maple_node *mn, enum maple_type mt) in ma_slots() function
1008 slots = ma_slots(node, type); in mas_descend()
1459 slots = ma_slots(mn, mt); in mas_leaf_max_gap()
1671 void __rcu **slots = ma_slots(node, type); in mas_adopt_children()
1702 slots = ma_slots(mte_parent(mas->node), in mas_replace()
1741 slots = ma_slots(node, mt); in mas_new_child()
1938 slots = ma_slots(node, mt); in mas_mab_cp()
1988 void __rcu **slots = ma_slots(node, mt); in mab_mas_cp()
2307 slots = ma_slots(mas_mn(mas), mte_node_type(mas->node)); in mas_topiary_range()
2341 l_slots = ma_slots(mas_mn(mast->orig_l), in mast_topiary()
[all …]
/Linux-v6.1/tools/testing/radix-tree/
Dmaple.c855 next = mas_slot(mas, ma_slots(node, type), mas->offset); in mas_descend_walk()