Searched refs:max_nr_free (Results 1 - 1 of 1) sorted by relevance

/linux-master/mm/
H A Dpage_alloc.c2430 int min_nr_free, max_nr_free; local
2442 max_nr_free = high - batch;
2448 batch = clamp_t(int, pcp->free_count, min_nr_free, max_nr_free);

Completed in 131 milliseconds