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

/linux-4.1.27/mm/
H A Dpercpu.c82 #define PCPU_EMPTY_POP_PAGES_HIGH 4 macro
1163 nr_to_pop = PCPU_EMPTY_POP_PAGES_HIGH;
1167 nr_to_pop = clamp(PCPU_EMPTY_POP_PAGES_HIGH -
1169 0, PCPU_EMPTY_POP_PAGES_HIGH);

Completed in 113 milliseconds