Searched refs:NR_ZONES (Results 1 – 1 of 1) sorted by relevance
396 #define NR_ZONES (PADDR_BITS - PAGE_SHIFT + 1) macro541 static unsigned long avail_static[NR_ZONES]; in init_node_heap()579 sizeof(**avail) * NR_ZONES; in init_node_heap()592 for ( i = 0; i < NR_ZONES; i++ ) in init_node_heap()890 ASSERT(zone_hi < NR_ZONES); in alloc_heap_pages()1235 for ( zone = 0; zone < NR_ZONES; zone++ ) in scrub_free_pages()1768 if ( zone_hi >= NR_ZONES ) in avail_heap_pages()1769 zone_hi = NR_ZONES - 1; in avail_heap_pages()2350 NR_ZONES - 1, in avail_domheap_pages()2369 while ( ++zone < NR_ZONES ) in pagealloc_info()[all …]
Completed in 5 milliseconds