Searched refs:ma_slots (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/lib/ |
D | maple_tree.c | 759 static inline void __rcu **ma_slots(struct maple_node *mn, enum maple_type mt) in ma_slots() function 1015 slots = ma_slots(node, type); in mas_descend() 1480 slots = ma_slots(mn, mt); in mas_leaf_max_gap() 1688 void __rcu **slots = ma_slots(node, type); in mas_adopt_children() 1720 slots = ma_slots(mte_parent(mas->node), in mas_put_in_tree() 1761 slots = ma_slots(node, mt); in mas_find_child() 1958 slots = ma_slots(node, mt); in mas_mab_cp() 1994 void __rcu **slots = ma_slots(node, mt); in mab_mas_cp() 2790 slots = ma_slots(node, type); in mtree_range_walk() 3031 slots = ma_slots(newnode, mt); in mas_destroy_rebalance() [all …]
|
/linux-6.12.1/tools/testing/radix-tree/ |
D | maple.c | 906 next = mas_slot(mas, ma_slots(node, type), mas->offset); in mas_descend_walk() 35921 slots_a = ma_slots(&a, type); in compare_node() 35922 slots_b = ma_slots(&b, type); in compare_node()
|