Searched refs:outer_start (Results 1 – 1 of 1) sorted by relevance
9028 unsigned long outer_start, outer_end; in alloc_contig_range() local9108 outer_start = start; in alloc_contig_range()9109 while (!PageBuddy(pfn_to_page(outer_start))) { in alloc_contig_range()9111 outer_start = start; in alloc_contig_range()9114 outer_start &= ~0UL << order; in alloc_contig_range()9117 if (outer_start != start) { in alloc_contig_range()9118 order = buddy_order(pfn_to_page(outer_start)); in alloc_contig_range()9126 if (outer_start + (1UL << order) <= start) in alloc_contig_range()9127 outer_start = start; in alloc_contig_range()9131 if (test_pages_isolated(outer_start, end, 0)) { in alloc_contig_range()[all …]