Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
Dmaple_tree.c140 struct ma_state *orig_r; /* Original right side of subtree */ member
2336 r_end = mast->orig_r->offset; in mast_topiary()
2344 r_slots = ma_slots(mas_mn(mast->orig_r), in mast_topiary()
2345 mte_node_type(mast->orig_r->node)); in mast_topiary()
2352 if (mte_dead_node(mas_slot_locked(mast->orig_r, r_slots, r_end))) { in mast_topiary()
2357 if ((l_start > r_end) && (mast->orig_l->node == mast->orig_r->node)) in mast_topiary()
2361 if (mast->orig_l->node == mast->orig_r->node) { in mast_topiary()
2367 if (mte_is_leaf(mast->orig_r->node)) in mast_topiary()
2377 if (mte_dead_node(mas_slot_locked(mast->orig_r, r_slots, r_start))) in mast_topiary()
2381 mas_topiary_range(mast->orig_r, mast->destroy, 0, r_end); in mast_topiary()
[all …]