Home
last modified time | relevance | path

Searched refs:zone_hi (Results 1 – 1 of 1) sorted by relevance

/xen/xen/common/
A Dpage_alloc.c858 zone = zone_hi; in get_free_buddy()
916 unsigned int zone_lo, unsigned int zone_hi, in alloc_heap_pages() argument
931 ASSERT(zone_lo <= zone_hi); in alloc_heap_pages()
932 ASSERT(zone_hi < NR_ZONES); in alloc_heap_pages()
954 pg = get_free_buddy(zone_lo, zone_hi, order, in alloc_heap_pages()
1835 if ( zone_hi >= NR_ZONES ) in avail_heap_pages()
1836 zone_hi = NR_ZONES - 1; in avail_heap_pages()
2337 if ( (zone_hi = min_t(unsigned int, bits_to_zone(bits), zone_hi)) == 0 ) in alloc_domheap_pages()
2461 int zone_lo, zone_hi; in avail_domheap_pages_region() local
2467 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