Searched refs:nr_empty_pop_pages (Results 1 – 4 of 4) sorted by relevance
406 return ((chunk->isolated && chunk->nr_empty_pop_pages) || in pcpu_should_reclaim_chunk()408 (PCPU_EMPTY_POP_PAGES_HIGH + chunk->nr_empty_pop_pages) && in pcpu_should_reclaim_chunk()409 chunk->nr_empty_pop_pages >= chunk->nr_pages / 4)); in pcpu_should_reclaim_chunk()
65 int nr_empty_pop_pages; /* # of empty populated pages */ member
123 P("empty_pop_pages", chunk->nr_empty_pop_pages); in chunk_map_stats()
577 pcpu_nr_empty_pop_pages -= chunk->nr_empty_pop_pages; in pcpu_isolate_chunk()588 pcpu_nr_empty_pop_pages += chunk->nr_empty_pop_pages; in pcpu_reintegrate_chunk()604 chunk->nr_empty_pop_pages += nr; in pcpu_update_empty_pages()1408 chunk->nr_empty_pop_pages = chunk->nr_pages; in pcpu_alloc_first_chunk()2005 if (!empty_only || chunk->nr_empty_pop_pages == 0) in pcpu_balance_free()2165 if (chunk->nr_empty_pop_pages == 0) in pcpu_reclaim_populated()2771 pcpu_nr_empty_pop_pages = pcpu_first_chunk->nr_empty_pop_pages; in pcpu_setup_first_chunk()
Completed in 10 milliseconds