Home
last modified time | relevance | path

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

/linux/mm/
H A Dpercpu.c2092 * populated pages threshold, reintegrate the chunk if it has empty free pages. in pcpu_balance_populated()
2106 bool reintegrate; in pcpu_balance_populated()
2127 reintegrate = false; in pcpu_reclaim_populated()
2133 /* reintegrate chunk to prevent atomic alloc failures */ in pcpu_reclaim_populated()
2135 reintegrate = true; in pcpu_reclaim_populated()
2182 if (reintegrate || chunk->free_bytes == pcpu_unit_size) in pcpu_reclaim_populated()
2132 bool reintegrate; pcpu_reclaim_populated() local