Home
last modified time | relevance | path

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

/linux-6.3-rc2/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.h66 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.c573 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