Lines Matching refs:outer_start
8378 unsigned long outer_start, outer_end; in alloc_contig_range() local
8457 outer_start = start; in alloc_contig_range()
8458 while (!PageBuddy(pfn_to_page(outer_start))) { in alloc_contig_range()
8460 outer_start = start; in alloc_contig_range()
8463 outer_start &= ~0UL << order; in alloc_contig_range()
8466 if (outer_start != start) { in alloc_contig_range()
8467 order = page_order(pfn_to_page(outer_start)); in alloc_contig_range()
8475 if (outer_start + (1UL << order) <= start) in alloc_contig_range()
8476 outer_start = start; in alloc_contig_range()
8480 if (test_pages_isolated(outer_start, end, false)) { in alloc_contig_range()
8482 __func__, outer_start, end); in alloc_contig_range()
8488 outer_end = isolate_freepages_range(&cc, outer_start, end); in alloc_contig_range()
8495 if (start != outer_start) in alloc_contig_range()
8496 free_contig_range(outer_start, start - outer_start); in alloc_contig_range()