Home
last modified time | relevance | path

Searched refs:outer_start (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/mm/
Dpage_alloc.c8378 unsigned long outer_start, outer_end; in alloc_contig_range() local
8457 outer_start = start; in alloc_contig_range()
8458 while (!PageBuddy(pfn_to_page(outer_start))) { in alloc_contig_range()
8460 outer_start = start; in alloc_contig_range()
8463 outer_start &= ~0UL << order; in alloc_contig_range()
8466 if (outer_start != start) { in alloc_contig_range()
8467 order = page_order(pfn_to_page(outer_start)); in alloc_contig_range()
8475 if (outer_start + (1UL << order) <= start) in alloc_contig_range()
8476 outer_start = start; in alloc_contig_range()
8480 if (test_pages_isolated(outer_start, end, false)) { in alloc_contig_range()
[all …]