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()
66 int nr_empty_pop_pages; /* # of empty populated pages */ member
123 P("empty_pop_pages", chunk->nr_empty_pop_pages); in chunk_map_stats()
573 pcpu_nr_empty_pop_pages -= chunk->nr_empty_pop_pages; in pcpu_isolate_chunk()584 pcpu_nr_empty_pop_pages += chunk->nr_empty_pop_pages; in pcpu_reintegrate_chunk()600 chunk->nr_empty_pop_pages += nr; in pcpu_update_empty_pages()1405 chunk->nr_empty_pop_pages = chunk->nr_pages; in pcpu_alloc_first_chunk()1998 if (!empty_only || chunk->nr_empty_pop_pages == 0) in pcpu_balance_free()2156 if (chunk->nr_empty_pop_pages == 0) in pcpu_reclaim_populated()2761 pcpu_nr_empty_pop_pages = pcpu_first_chunk->nr_empty_pop_pages; in pcpu_setup_first_chunk()
Completed in 11 milliseconds