Lines Matching refs:r_end
2333 unsigned char r_start, r_end; in mast_topiary() local
2343 r_end = mast->orig_r->offset; in mast_topiary()
2345 if (r_end) in mast_topiary()
2346 r_end--; in mast_topiary()
2359 if (mte_dead_node(mas_slot_locked(mast->orig_r, r_slots, r_end))) { in mast_topiary()
2360 if (r_end) in mast_topiary()
2361 r_end--; in mast_topiary()
2364 if ((l_start > r_end) && (mast->orig_l->node == mast->orig_r->node)) in mast_topiary()
2370 l_start, r_end); in mast_topiary()
2387 if (r_start <= r_end) in mast_topiary()
2388 mas_topiary_range(mast->orig_r, mast->destroy, 0, r_end); in mast_topiary()