Searched refs:outer_start (Results 1 – 1 of 1) sorted by relevance
6437 unsigned long outer_start, outer_end; in alloc_contig_range() local6505 outer_start = start; in alloc_contig_range()6506 while (!PageBuddy(pfn_to_page(outer_start))) { in alloc_contig_range()6511 outer_start &= ~0UL << order; in alloc_contig_range()6515 if (test_pages_isolated(outer_start, end, false)) { in alloc_contig_range()6517 __func__, outer_start, end); in alloc_contig_range()6523 outer_end = isolate_freepages_range(&cc, outer_start, end); in alloc_contig_range()6530 if (start != outer_start) in alloc_contig_range()6531 free_contig_range(outer_start, start - outer_start); in alloc_contig_range()