Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dpage_alloc.c8475 unsigned long outer_start, outer_end; in alloc_contig_range() local
8555 outer_start = start; in alloc_contig_range()
8556 while (!PageBuddy(pfn_to_page(outer_start))) { in alloc_contig_range()
8558 outer_start = start; in alloc_contig_range()
8561 outer_start &= ~0UL << order; in alloc_contig_range()
8564 if (outer_start != start) { in alloc_contig_range()
8565 order = buddy_order(pfn_to_page(outer_start)); in alloc_contig_range()
8573 if (outer_start + (1UL << order) <= start) in alloc_contig_range()
8574 outer_start = start; in alloc_contig_range()
8578 if (test_pages_isolated(outer_start, end, 0)) { in alloc_contig_range()
[all …]