Searched refs:ma_slots (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | maple_tree.c | 795 static inline void __rcu **ma_slots(struct maple_node *mn, enum maple_type mt) in ma_slots() function 1054 slots = ma_slots(node, type); in mas_descend() 1516 slots = ma_slots(mn, mt); in mas_leaf_max_gap() 1721 void __rcu **slots = ma_slots(node, type); in mas_adopt_children() 1753 slots = ma_slots(mte_parent(mas->node), in mas_put_in_tree() 1794 slots = ma_slots(node, mt); in mas_find_child() 1991 slots = ma_slots(node, mt); in mas_mab_cp() 2041 void __rcu **slots = ma_slots(node, mt); in mab_mas_cp() 2838 slots = ma_slots(node, type); in mtree_range_walk() 3090 slots = ma_slots(newnode, mt); in mas_destroy_rebalance() [all …]
|