Searched refs:new_max2 (Results 1 – 1 of 1) sorted by relevance
69 unsigned new_max2 = new_max + (new_max >> 1) + 16; in stralloc_ready() local70 if (new_max2 < new_max) in stralloc_ready()71 new_max2 = UINT_MAX; in stralloc_ready()72 new_max = new_max2; in stralloc_ready()