Searched refs:max_nr_free (Results 1 – 1 of 1) sorted by relevance
2347 int min_nr_free, max_nr_free; in nr_pcp_free() local 2360 max_nr_free = high - batch; in nr_pcp_free() 2367 if (batch < max_nr_free && pcp->free_factor < CONFIG_PCP_BATCH_SCALE_MAX) in nr_pcp_free() 2369 batch = clamp(batch, min_nr_free, max_nr_free); in nr_pcp_free()