Searched refs:need_high (Results 1 – 1 of 1) sorted by relevance
2583 int need_high = pcp->free_count + batch; in nr_pcp_high() local2586 if (pcp->high < need_high) in nr_pcp_high()2587 pcp->high = clamp(need_high, high_min, high_max); in nr_pcp_high()