Lines Matching full:regions
26 struct memblock_region *rgn = &memblock.reserved.regions[0]; in alloc_top_down_simple_check()
73 struct memblock_region *rgn1 = &memblock.reserved.regions[1]; in alloc_top_down_disjoint_check()
74 struct memblock_region *rgn2 = &memblock.reserved.regions[0]; in alloc_top_down_disjoint_check()
121 * Expect a merge of both regions. Only the region size gets updated.
125 struct memblock_region *rgn = &memblock.reserved.regions[0]; in alloc_top_down_before_check()
163 * Expect a merge of both regions. Both the base address and size of the region
168 struct memblock_region *rgn = &memblock.reserved.regions[0]; in alloc_top_down_after_check()
204 * A test that tries to allocate memory when there are two reserved regions with
217 struct memblock_region *rgn = &memblock.reserved.regions[0]; in alloc_top_down_second_fit_check()
254 * A test that tries to allocate memory when there are two reserved regions with
266 struct memblock_region *rgn = &memblock.reserved.regions[0]; in alloc_in_between_generic_check()
272 * Calculate regions size so there's just enough space for the new entry in alloc_in_between_generic_check()
309 * regions with memory gaps too small to fit the new region:
411 * Expect to allocate memory and merge all the regions. The total size field
416 struct memblock_region *rgn = &memblock.reserved.regions[0]; in alloc_limited_space_generic_check()
450 struct memblock_region *rgn = &memblock.reserved.regions[0]; in alloc_no_memory_generic_check()
484 struct memblock_region *rgn = &memblock.reserved.regions[0]; in alloc_too_large_generic_check()
509 struct memblock_region *rgn = &memblock.reserved.regions[0]; in alloc_bottom_up_simple_check()
550 struct memblock_region *rgn1 = &memblock.reserved.regions[0]; in alloc_bottom_up_disjoint_check()
551 struct memblock_region *rgn2 = &memblock.reserved.regions[1]; in alloc_bottom_up_disjoint_check()
598 * Expect a merge of both regions. Only the region size gets updated.
602 struct memblock_region *rgn = &memblock.reserved.regions[0]; in alloc_bottom_up_before_check()
637 * Expect a merge of both regions. Only the region size gets updated.
641 struct memblock_region *rgn = &memblock.reserved.regions[0]; in alloc_bottom_up_after_check()
677 * A test that tries to allocate memory when there are two reserved regions, the
691 struct memblock_region *rgn = &memblock.reserved.regions[1]; in alloc_bottom_up_second_fit_check()