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