Lines Matching defs:pages
71 int nr_pages; /* # of pages served by this chunk */
72 int nr_populated; /* # of populated pages */
73 int nr_empty_pop_pages; /* # of empty populated pages */
92 * This conversion is from the number of physical pages that the chunk
101 * pcpu_nr_pages_to_map_bits - converts the pages to size of bitmap
102 * @pages: number of physical pages
104 * This conversion is from physical pages to the number of bits
107 static inline int pcpu_nr_pages_to_map_bits(int pages)
109 return pages * PAGE_SIZE / PCPU_MIN_ALLOC_SIZE;
116 * This conversion is from the number of physical pages that the chunk