Lines Matching refs:outer_start
8642 unsigned long outer_start, outer_end; in alloc_contig_range() local
8722 outer_start = start; in alloc_contig_range()
8723 while (!PageBuddy(pfn_to_page(outer_start))) { in alloc_contig_range()
8725 outer_start = start; in alloc_contig_range()
8728 outer_start &= ~0UL << order; in alloc_contig_range()
8731 if (outer_start != start) { in alloc_contig_range()
8732 order = buddy_order(pfn_to_page(outer_start)); in alloc_contig_range()
8740 if (outer_start + (1UL << order) <= start) in alloc_contig_range()
8741 outer_start = start; in alloc_contig_range()
8745 if (test_pages_isolated(outer_start, end, 0)) { in alloc_contig_range()
8747 __func__, outer_start, end); in alloc_contig_range()
8753 outer_end = isolate_freepages_range(&cc, outer_start, end); in alloc_contig_range()
8760 if (start != outer_start) in alloc_contig_range()
8761 free_contig_range(outer_start, start - outer_start); in alloc_contig_range()