Lines Matching refs:outer_start
9039 unsigned long outer_start, outer_end; in alloc_contig_range() local
9119 outer_start = start; in alloc_contig_range()
9120 while (!PageBuddy(pfn_to_page(outer_start))) { in alloc_contig_range()
9122 outer_start = start; in alloc_contig_range()
9125 outer_start &= ~0UL << order; in alloc_contig_range()
9128 if (outer_start != start) { in alloc_contig_range()
9129 order = buddy_order(pfn_to_page(outer_start)); in alloc_contig_range()
9137 if (outer_start + (1UL << order) <= start) in alloc_contig_range()
9138 outer_start = start; in alloc_contig_range()
9142 if (test_pages_isolated(outer_start, end, 0)) { in alloc_contig_range()
9148 outer_end = isolate_freepages_range(&cc, outer_start, end); in alloc_contig_range()
9155 if (start != outer_start) in alloc_contig_range()
9156 free_contig_range(outer_start, start - outer_start); in alloc_contig_range()