Searched refs:max_nr_free (Results 1 – 1 of 1) sorted by relevance
3398 int min_nr_free, max_nr_free; in nr_pcp_free() local3410 max_nr_free = high - batch; in nr_pcp_free()3417 if (batch < max_nr_free) in nr_pcp_free()3419 batch = clamp(batch, min_nr_free, max_nr_free); in nr_pcp_free()