Home
last modified time | relevance | path

Searched refs:pcpu_nr_empty_pop_pages (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dpercpu-internal.h90 extern int pcpu_nr_empty_pop_pages[];
H A Dpercpu-stats.c171 nr_empty_pop_pages += pcpu_nr_empty_pop_pages[type]; in percpu_stats_show()
H A Dpercpu.c178 int pcpu_nr_empty_pop_pages[PCPU_NR_CHUNK_TYPES]; variable
558 pcpu_nr_empty_pop_pages[pcpu_chunk_type(chunk)] += nr; in pcpu_update_empty_pages()
1478 * If this is @for_alloc, do not increment pcpu_nr_empty_pop_pages because it
1834 if (pcpu_nr_empty_pop_pages[type] < PCPU_EMPTY_POP_PAGES_LOW) in pcpu_alloc()
2002 pcpu_nr_empty_pop_pages[type], in __pcpu_balance_workfn()
2582 pcpu_nr_empty_pop_pages[PCPU_CHUNK_ROOT] = pcpu_first_chunk->nr_empty_pop_pages; in pcpu_setup_first_chunk()
/kernel/linux/linux-6.6/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()
2230 * trim pages in the active pcpu_nr_empty_pop_pages which may cause us in pcpu_balance_workfn()
2754 pcpu_nr_empty_pop_pages = pcpu_first_chunk->nr_empty_pop_pages; in pcpu_setup_first_chunk()
H A Dpercpu-vm.c389 * for depopulation. They no longer contribute to pcpu_nr_empty_pop_pages once
407 (pcpu_nr_empty_pop_pages > in pcpu_should_reclaim_chunk()

Completed in 11 milliseconds