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

/linux-master/mm/
H A Dpercpu-vm.c408 (PCPU_EMPTY_POP_PAGES_HIGH + chunk->nr_empty_pop_pages) &&
H A Dpercpu.c110 #define PCPU_EMPTY_POP_PAGES_HIGH 4 macro
2054 nr_to_pop = PCPU_EMPTY_POP_PAGES_HIGH;
2058 nr_to_pop = clamp(PCPU_EMPTY_POP_PAGES_HIGH -
2060 0, PCPU_EMPTY_POP_PAGES_HIGH);
2160 if (pcpu_nr_empty_pop_pages < PCPU_EMPTY_POP_PAGES_HIGH) {

Completed in 84 milliseconds