Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dpage_alloc.c8801 unsigned long outer_start, outer_end; in alloc_contig_range() local
8888 outer_start = start; in alloc_contig_range()
8889 while (!PageBuddy(pfn_to_page(outer_start))) { in alloc_contig_range()
8891 outer_start = start; in alloc_contig_range()
8894 outer_start &= ~0UL << order; in alloc_contig_range()
8897 if (outer_start != start) { in alloc_contig_range()
8898 order = buddy_order(pfn_to_page(outer_start)); in alloc_contig_range()
8906 if (outer_start + (1UL << order) <= start) in alloc_contig_range()
8907 outer_start = start; in alloc_contig_range()
8911 if (test_pages_isolated(outer_start, end, 0, &info->failed_pfn)) { in alloc_contig_range()
[all …]