Searched refs:nr_to_pop (Results 1 - 1 of 1) sorted by last modified time

/linux-master/mm/
H A Dpercpu.c2012 int slot, nr_to_pop, ret; local
2028 nr_to_pop = PCPU_EMPTY_POP_PAGES_HIGH;
2032 nr_to_pop = clamp(PCPU_EMPTY_POP_PAGES_HIGH -
2040 if (!nr_to_pop)
2054 int nr = min_t(int, re - rs, nr_to_pop);
2061 nr_to_pop -= nr;
2064 nr_to_pop = 0;
2067 if (!nr_to_pop)
2072 if (nr_to_pop) {

Completed in 147 milliseconds