Searched refs:nr_empty_pop_pages (Results 1 – 3 of 3) sorted by relevance
127 P("empty_pop_pages", chunk->nr_empty_pop_pages); in chunk_map_stats()148 int nr_empty_pop_pages; in percpu_stats_show() local169 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()
82 int nr_empty_pop_pages; /* # of empty populated pages */ member
556 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()