Searched refs:NR_ZONES (Results 1 – 1 of 1) sorted by relevance
442 #define NR_ZONES (PADDR_BITS - PAGE_SHIFT + 1) macro573 static unsigned long avail_static[NR_ZONES]; in init_node_heap()611 sizeof(**avail) * NR_ZONES; in init_node_heap()624 for ( i = 0; i < NR_ZONES; i++ ) in init_node_heap()932 ASSERT(zone_hi < NR_ZONES); in alloc_heap_pages()1269 for ( zone = 0; zone < NR_ZONES; zone++ ) in scrub_free_pages()1835 if ( zone_hi >= NR_ZONES ) in avail_heap_pages()1836 zone_hi = NR_ZONES - 1; in avail_heap_pages()2475 NR_ZONES - 1, in avail_domheap_pages()2494 while ( ++zone < NR_ZONES ) in pagealloc_info()[all …]
Completed in 6 milliseconds