Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/mm/
H A Dpercpu-vm.c408 (PCPU_EMPTY_POP_PAGES_HIGH + chunk->nr_empty_pop_pages) && in pcpu_should_reclaim_chunk()
H A Dpercpu.c110 #define PCPU_EMPTY_POP_PAGES_HIGH 4 macro
2056 nr_to_pop = PCPU_EMPTY_POP_PAGES_HIGH; in pcpu_balance_populated()
2060 nr_to_pop = clamp(PCPU_EMPTY_POP_PAGES_HIGH - in pcpu_balance_populated()
2062 0, PCPU_EMPTY_POP_PAGES_HIGH); in pcpu_balance_populated()
2162 if (pcpu_nr_empty_pop_pages < PCPU_EMPTY_POP_PAGES_HIGH) { in pcpu_reclaim_populated()
/kernel/linux/linux-5.10/mm/
H A Dpercpu.c107 #define PCPU_EMPTY_POP_PAGES_HIGH 4 macro
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()
2003 0, PCPU_EMPTY_POP_PAGES_HIGH); in __pcpu_balance_workfn()

Completed in 9 milliseconds