Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dpercpu.c1950 int slot, nr_to_pop, ret; in __pcpu_balance_workfn() local
1997 nr_to_pop = PCPU_EMPTY_POP_PAGES_HIGH; in __pcpu_balance_workfn()
2001 nr_to_pop = clamp(PCPU_EMPTY_POP_PAGES_HIGH - in __pcpu_balance_workfn()
2009 if (!nr_to_pop) in __pcpu_balance_workfn()
2026 int nr = min_t(int, re - rs, nr_to_pop); in __pcpu_balance_workfn()
2030 nr_to_pop -= nr; in __pcpu_balance_workfn()
2035 nr_to_pop = 0; in __pcpu_balance_workfn()
2038 if (!nr_to_pop) in __pcpu_balance_workfn()
2043 if (nr_to_pop) { in __pcpu_balance_workfn()