Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dpage_alloc.c6704 unsigned long outer_start, outer_end; in alloc_contig_range() local
6772 outer_start = start; in alloc_contig_range()
6773 while (!PageBuddy(pfn_to_page(outer_start))) { in alloc_contig_range()
6778 outer_start &= ~0UL << order; in alloc_contig_range()
6782 if (test_pages_isolated(outer_start, end, false)) { in alloc_contig_range()
6784 __func__, outer_start, end); in alloc_contig_range()
6790 outer_end = isolate_freepages_range(&cc, outer_start, end); in alloc_contig_range()
6797 if (start != outer_start) in alloc_contig_range()
6798 free_contig_range(outer_start, start - outer_start); in alloc_contig_range()