Searched refs:outer_start (Results 1 – 1 of 1) sorted by relevance
6112 unsigned long outer_start, outer_end; in alloc_contig_range() local6188 outer_start = start; in alloc_contig_range()6189 while (!PageBuddy(pfn_to_page(outer_start))) { in alloc_contig_range()6191 outer_start = start; in alloc_contig_range()6194 outer_start &= ~0UL << order; in alloc_contig_range()6197 if (outer_start != start) { in alloc_contig_range()6198 order = buddy_order(pfn_to_page(outer_start)); in alloc_contig_range()6206 if (outer_start + (1UL << order) <= start) in alloc_contig_range()6207 outer_start = start; in alloc_contig_range()6211 if (test_pages_isolated(outer_start, end, 0)) { in alloc_contig_range()[all …]