Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
Dmaple_tree.c2327 unsigned char l_start, l_end; in mast_topiary() local
2334 l_end = mas_data_end(mast->orig_l); in mast_topiary()
2347 if ((l_start < l_end) && in mast_topiary()
2370 if (mte_dead_node(mas_slot_locked(mast->orig_l, l_slots, l_end))) in mast_topiary()
2371 l_end--; in mast_topiary()
2374 if (l_start <= l_end) in mast_topiary()
2375 mas_topiary_range(mast->orig_l, mast->destroy, l_start, l_end); in mast_topiary()