Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
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()
2583 pcpu_nr_empty_pop_pages[PCPU_CHUNK_ROOT] = pcpu_first_chunk->nr_empty_pop_pages; in pcpu_setup_first_chunk()