Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Dpage_alloc.c9269 unsigned long outer_start, outer_end; in alloc_contig_range() local
9345 outer_start = start; in alloc_contig_range()
9346 while (!PageBuddy(pfn_to_page(outer_start))) { in alloc_contig_range()
9348 outer_start = start; in alloc_contig_range()
9351 outer_start &= ~0UL << order; in alloc_contig_range()
9354 if (outer_start != start) { in alloc_contig_range()
9355 order = buddy_order(pfn_to_page(outer_start)); in alloc_contig_range()
9363 if (outer_start + (1UL << order) <= start) in alloc_contig_range()
9364 outer_start = start; in alloc_contig_range()
9368 if (test_pages_isolated(outer_start, end, 0)) { in alloc_contig_range()
[all …]