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

/linux-master/mm/
H A Dpercpu.c2118 * populated pages threshold, reintegrate the chunk if it has empty free pages.
2132 bool reintegrate; local
2153 reintegrate = false;
2159 /* reintegrate chunk to prevent atomic alloc failures */
2161 reintegrate = true;
2208 if (reintegrate || chunk->free_bytes == pcpu_unit_size)

Completed in 210 milliseconds