Searched refs:max_nr_free (Results 1 – 1 of 1) sorted by relevance
2322 int min_nr_free, max_nr_free; in nr_pcp_free() local2335 max_nr_free = high - batch; in nr_pcp_free()2342 if (batch < max_nr_free) in nr_pcp_free()2344 batch = clamp(batch, min_nr_free, max_nr_free); in nr_pcp_free()