Searched refs:outer_start (Results 1 – 1 of 1) sorted by relevance
6131 unsigned long outer_start, outer_end; in alloc_contig_range() local6207 outer_start = start; in alloc_contig_range()6208 while (!PageBuddy(pfn_to_page(outer_start))) { in alloc_contig_range()6210 outer_start = start; in alloc_contig_range()6213 outer_start &= ~0UL << order; in alloc_contig_range()6216 if (outer_start != start) { in alloc_contig_range()6217 order = buddy_order(pfn_to_page(outer_start)); in alloc_contig_range()6225 if (outer_start + (1UL << order) <= start) in alloc_contig_range()6226 outer_start = start; in alloc_contig_range()6230 if (test_pages_isolated(outer_start, end, 0)) { in alloc_contig_range()[all …]