Searched refs:ma_slots (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/lib/ |
H A D | maple_tree.c | 777 * ma_slots() - Get a pointer to the maple node slots. 783 static inline void __rcu **ma_slots(struct maple_node *mn, enum maple_type mt) in ma_slots() function 1042 slots = ma_slots(node, type); in mas_descend() 1504 slots = ma_slots(mn, mt); in mas_leaf_max_gap() 1709 void __rcu **slots = ma_slots(node, type); in mas_adopt_children() 1741 slots = ma_slots(mte_parent(mas->node), 1782 slots = ma_slots(node, mt); 1979 slots = ma_slots(node, mt); in mas_mab_cp() 2029 void __rcu **slots = ma_slots(node, mt); in mab_mas_cp() 2826 slots = ma_slots(nod in mtree_range_walk() [all...] |
/kernel/linux/linux-6.6/tools/testing/radix-tree/ |
H A D | maple.c | 900 next = mas_slot(mas, ma_slots(node, type), mas->offset); in mas_descend_walk() [all...] |
Completed in 24 milliseconds