Searched refs:zone_hi (Results 1 – 1 of 1) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | page_alloc.c | 816 zone = zone_hi; in get_free_buddy() 874 unsigned int zone_lo, unsigned int zone_hi, in alloc_heap_pages() argument 889 ASSERT(zone_lo <= zone_hi); in alloc_heap_pages() 890 ASSERT(zone_hi < NR_ZONES); in alloc_heap_pages() 929 pg = get_free_buddy(zone_lo, zone_hi, order, in alloc_heap_pages() 1768 if ( zone_hi >= NR_ZONES ) in avail_heap_pages() 1769 zone_hi = NR_ZONES - 1; in avail_heap_pages() 2240 if ( (zone_hi = min_t(unsigned int, bits_to_zone(bits), zone_hi)) == 0 ) in alloc_domheap_pages() 2336 int zone_lo, zone_hi; in avail_domheap_pages_region() local 2342 zone_hi = max_t(int, MEMZONE_XEN + 1, min_t(int, NR_ZONES - 1, zone_hi)); in avail_domheap_pages_region() [all …]
|
Completed in 6 milliseconds