Searched refs:outer_start (Results 1 – 1 of 1) sorted by relevance
9039 unsigned long outer_start, outer_end; in alloc_contig_range() local9119 outer_start = start; in alloc_contig_range()9120 while (!PageBuddy(pfn_to_page(outer_start))) { in alloc_contig_range()9122 outer_start = start; in alloc_contig_range()9125 outer_start &= ~0UL << order; in alloc_contig_range()9128 if (outer_start != start) { in alloc_contig_range()9129 order = buddy_order(pfn_to_page(outer_start)); in alloc_contig_range()9137 if (outer_start + (1UL << order) <= start) in alloc_contig_range()9138 outer_start = start; in alloc_contig_range()9155 if (start != outer_start) in alloc_contig_range()[all …]
Completed in 25 milliseconds