Lines Matching refs:r_end
2326 unsigned char r_start, r_end; in mast_topiary() local
2336 r_end = mast->orig_r->offset; in mast_topiary()
2338 if (r_end) in mast_topiary()
2339 r_end--; in mast_topiary()
2352 if (mte_dead_node(mas_slot_locked(mast->orig_r, r_slots, r_end))) { in mast_topiary()
2353 if (r_end) in mast_topiary()
2354 r_end--; in mast_topiary()
2357 if ((l_start > r_end) && (mast->orig_l->node == mast->orig_r->node)) in mast_topiary()
2363 l_start, r_end); in mast_topiary()
2380 if (r_start <= r_end) in mast_topiary()
2381 mas_topiary_range(mast->orig_r, mast->destroy, 0, r_end); in mast_topiary()