Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dpage_alloc.c2638 int need_high = pcp->free_count + batch; in nr_pcp_high() local
2641 if (pcp->high < need_high) in nr_pcp_high()
2642 pcp->high = clamp(need_high, high_min, high_max); in nr_pcp_high()