Searched refs:l_slots (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/lib/ |
D | maple_tree.c | 2328 void __rcu **l_slots, **r_slots; in mast_topiary() local 2341 l_slots = ma_slots(mas_mn(mast->orig_l), in mast_topiary() 2348 mte_dead_node(mas_slot_locked(mast->orig_l, l_slots, l_start))) { in mast_topiary() 2370 if (mte_dead_node(mas_slot_locked(mast->orig_l, l_slots, l_end))) in mast_topiary() 3166 void __rcu **l_slots, **slots; in mas_destroy_rebalance() local 3192 l_slots = ma_slots(left, mt); in mas_destroy_rebalance() 3194 if (!l_slots[split]) in mas_destroy_rebalance() 3198 memcpy(slots, l_slots + split + 1, sizeof(void *) * tmp); in mas_destroy_rebalance() 3228 memset(l_slots + tmp, 0, sizeof(void *) * (max_s - tmp)); in mas_destroy_rebalance() 3243 memcpy(slots, l_slots, sizeof(void *) * split); in mas_destroy_rebalance()
|