Home
last modified time | relevance | path

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

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