Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dpage_alloc.c205 static unsigned int __initdata nr_bootmem_regions; variable
227 for ( i = 0; i < nr_bootmem_regions; i++ ) in bootmem_region_add()
231 BUG_ON((i < nr_bootmem_regions) && (e > bootmem_region_list[i].s)); in bootmem_region_add()
235 (nr_bootmem_regions - i) * sizeof(*bootmem_region_list)); in bootmem_region_add()
237 nr_bootmem_regions++; in bootmem_region_add()
244 for ( i = 0; i < nr_bootmem_regions; i++ ) in bootmem_region_zap()
350 unsigned int i = nr_bootmem_regions; in alloc_boot_pages()
352 BUG_ON(!nr_bootmem_regions); in alloc_boot_pages()
1793 for ( i = 0; i < nr_bootmem_regions; i++ ) in end_boot_allocator()
1804 for ( i = nr_bootmem_regions; i-- > 0; ) in end_boot_allocator()
[all …]

Completed in 5 milliseconds