Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dpercpu-stats.c127 P("empty_pop_pages", chunk->nr_empty_pop_pages); in chunk_map_stats()
148 int nr_empty_pop_pages; in percpu_stats_show() local
169 nr_empty_pop_pages = 0; in percpu_stats_show()
171 nr_empty_pop_pages += pcpu_nr_empty_pop_pages[type]; in percpu_stats_show()
204 P("empty_pop_pages", nr_empty_pop_pages); in percpu_stats_show()
H A Dpercpu-internal.h82 int nr_empty_pop_pages; /* # of empty populated pages */ member
H A Dpercpu.c556 chunk->nr_empty_pop_pages += nr; in pcpu_update_empty_pages()
1363 chunk->nr_empty_pop_pages = chunk->nr_pages; in pcpu_alloc_first_chunk()
2583 pcpu_nr_empty_pop_pages[PCPU_CHUNK_ROOT] = pcpu_first_chunk->nr_empty_pop_pages; in pcpu_setup_first_chunk()