Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dpage_alloc.c6132 unsigned long outer_start, outer_end; in alloc_contig_range()
6208 outer_start = start; in alloc_contig_range()
6209 while (!PageBuddy(pfn_to_page(outer_start))) { in alloc_contig_range()
6211 outer_start = start; in alloc_contig_range()
6214 outer_start &= ~0UL << order; in alloc_contig_range()
6217 if (outer_start != start) { in alloc_contig_range()
6218 order = buddy_order(pfn_to_page(outer_start)); in alloc_contig_range()
6221 * outer_start page could be small order buddy page and in alloc_contig_range()
6222 * it doesn't include start page. Adjust outer_start in alloc_contig_range()
6226 if (outer_start in alloc_contig_range()
6131 unsigned long outer_start, outer_end; alloc_contig_range() local
[all...]