Home
last modified time | relevance | path

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

/linux/mm/
H A Dpercpu-internal.h105 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()
1894 if (pcpu_nr_empty_pop_pages < PCPU_EMPTY_POP_PAGES_LOW) in pcpu_alloc_noprof()
2033 pcpu_nr_empty_pop_pages, in pcpu_balance_populated()
2134 if (pcpu_nr_empty_pop_pages < PCPU_EMPTY_POP_PAGES_HIGH) { in pcpu_reclaim_populated()
2757 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()