Searched refs:need_high (Results 1 - 1 of 1) sorted by relevance

/linux-master/mm/
H A Dpage_alloc.c2418 int need_high = pcp->free_count + batch; local
2421 if (pcp->high < need_high)
2422 pcp->high = clamp(need_high, high_min, high_max);

Completed in 216 milliseconds