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

/linux-master/mm/
H A Dpercpu.c2038 int slot, nr_to_pop, ret; local
2054 nr_to_pop = PCPU_EMPTY_POP_PAGES_HIGH;
2058 nr_to_pop = clamp(PCPU_EMPTY_POP_PAGES_HIGH -
2066 if (!nr_to_pop)
2080 int nr = min_t(int, re - rs, nr_to_pop);
2087 nr_to_pop -= nr;
2090 nr_to_pop = 0;
2093 if (!nr_to_pop)
2098 if (nr_to_pop) {

Completed in 157 milliseconds