Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dpercpu-internal.h83 extern int pcpu_nr_empty_pop_pages;
H A Dpercpu-stats.c191 P("empty_pop_pages", pcpu_nr_empty_pop_pages); in percpu_stats_show()
H A Dpercpu.c180 int pcpu_nr_empty_pop_pages; variable
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()
602 pcpu_nr_empty_pop_pages += nr; in pcpu_update_empty_pages()
1870 if (pcpu_nr_empty_pop_pages < PCPU_EMPTY_POP_PAGES_LOW) in pcpu_alloc()
2061 pcpu_nr_empty_pop_pages, in pcpu_balance_populated()
2162 if (pcpu_nr_empty_pop_pages < PCPU_EMPTY_POP_PAGES_HIGH) { in pcpu_reclaim_populated()
2754 pcpu_nr_empty_pop_pages = pcpu_first_chunk->nr_empty_pop_pages; in pcpu_setup_first_chunk()
H A Dpercpu-vm.c407 (pcpu_nr_empty_pop_pages > in pcpu_should_reclaim_chunk()