Lines Matching refs:outer_start
7836 unsigned long outer_start, outer_end; in alloc_contig_range() local
7917 outer_start = start; in alloc_contig_range()
7918 while (!PageBuddy(pfn_to_page(outer_start))) { in alloc_contig_range()
7920 outer_start = start; in alloc_contig_range()
7923 outer_start &= ~0UL << order; in alloc_contig_range()
7926 if (outer_start != start) { in alloc_contig_range()
7927 order = page_order(pfn_to_page(outer_start)); in alloc_contig_range()
7935 if (outer_start + (1UL << order) <= start) in alloc_contig_range()
7936 outer_start = start; in alloc_contig_range()
7940 if (test_pages_isolated(outer_start, end, false)) { in alloc_contig_range()
7942 __func__, outer_start, end); in alloc_contig_range()
7948 outer_end = isolate_freepages_range(&cc, outer_start, end); in alloc_contig_range()
7955 if (start != outer_start) in alloc_contig_range()
7956 free_contig_range(outer_start, start - outer_start); in alloc_contig_range()