Searched refs:outer_start (Results 1 – 1 of 1) sorted by relevance
8390 unsigned long outer_start, outer_end; in alloc_contig_range() local8469 outer_start = start; in alloc_contig_range()8470 while (!PageBuddy(pfn_to_page(outer_start))) { in alloc_contig_range()8472 outer_start = start; in alloc_contig_range()8475 outer_start &= ~0UL << order; in alloc_contig_range()8478 if (outer_start != start) { in alloc_contig_range()8479 order = page_order(pfn_to_page(outer_start)); in alloc_contig_range()8487 if (outer_start + (1UL << order) <= start) in alloc_contig_range()8488 outer_start = start; in alloc_contig_range()8492 if (test_pages_isolated(outer_start, end, false)) { in alloc_contig_range()[all …]