Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dpage_alloc.c2522 int min_nr_free, max_nr_free; in nr_pcp_free() local
2534 max_nr_free = high - batch; in nr_pcp_free()
2540 batch = clamp_t(int, pcp->free_count, min_nr_free, max_nr_free); in nr_pcp_free()