Home
last modified time | relevance | path

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

/linux-6.1.9/lib/
Dmaple_tree.c139 struct ma_state *orig_l; /* Original left side of subtree */ member
2325 MA_WR_STATE(wr_mas, mast->orig_l, NULL); in mast_topiary()
2330 wr_mas.type = mte_node_type(mast->orig_l->node); in mast_topiary()
2331 mast->orig_l->index = mast->orig_l->last; in mast_topiary()
2333 l_start = mast->orig_l->offset + 1; in mast_topiary()
2334 l_end = mas_data_end(mast->orig_l); in mast_topiary()
2341 l_slots = ma_slots(mas_mn(mast->orig_l), in mast_topiary()
2342 mte_node_type(mast->orig_l->node)); in mast_topiary()
2348 mte_dead_node(mas_slot_locked(mast->orig_l, l_slots, l_start))) { in mast_topiary()
2357 if ((l_start > r_end) && (mast->orig_l->node == mast->orig_r->node)) in mast_topiary()
[all …]