Home
last modified time | relevance | path

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

/linux/mm/
H A Dpage_alloc.c2747 int min_nr_free, max_nr_free; in nr_pcp_free() local
2759 max_nr_free = high - batch; in nr_pcp_free()
2765 batch = clamp_t(int, pcp->free_count, min_nr_free, max_nr_free); in nr_pcp_free()