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

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

Completed in 111 milliseconds