Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dmaple_tree.c1060 bool set_max = false, set_min = false; in mas_ascend() local
1096 set_max = true; in mas_ascend()
1114 if (!set_max && a_slot < mt_pivots[a_type]) { in mas_ascend()
1115 set_max = true; in mas_ascend()
1125 } while (!set_min || !set_max); in mas_ascend()