Home
last modified time | relevance | path

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

/linux/mm/
H A Dpage_alloc.c6995 unsigned long outer_start, outer_end; in alloc_contig_frozen_range_noprof() local
7092 outer_start = find_large_buddy(start); in alloc_contig_frozen_range_noprof()
7095 if (test_pages_isolated(outer_start, end, mode)) { in alloc_contig_frozen_range_noprof()
7101 outer_end = isolate_freepages_range(&cc, outer_start, end); in alloc_contig_frozen_range_noprof()
7111 if (start != outer_start) in alloc_contig_frozen_range_noprof()
7112 __free_contig_frozen_range(outer_start, start - outer_start); in alloc_contig_frozen_range_noprof()
7115 } else if (start == outer_start && end == outer_end && is_power_of_2(end - start)) { in alloc_contig_frozen_range_noprof()
7123 start, end, outer_start, outer_end); in alloc_contig_frozen_range_noprof()