Home
last modified time | relevance | path

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

/linux/mm/
A Dpercpu-vm.c406 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()
A Dpercpu-internal.h65 int nr_empty_pop_pages; /* # of empty populated pages */ member
A Dpercpu-stats.c123 P("empty_pop_pages", chunk->nr_empty_pop_pages); in chunk_map_stats()
A Dpercpu.c577 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