Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dpage_alloc.c2583 int need_high = pcp->free_count + batch; in nr_pcp_high() local
2586 if (pcp->high < need_high) in nr_pcp_high()
2587 pcp->high = clamp(need_high, high_min, high_max); in nr_pcp_high()