Home
last modified time | relevance | path

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

/linux/mm/
H A Dpage_alloc.c6978 unsigned long outer_start, outer_end; in alloc_contig_range_noprof() local
7084 outer_end = isolate_freepages_range(&cc, outer_start, end); in alloc_contig_range_noprof()
7085 if (!outer_end) { in alloc_contig_range_noprof()
7096 if (end != outer_end) in alloc_contig_range_noprof()
7097 free_contig_range(end, outer_end - end); in alloc_contig_range_noprof()
7098 } else if (start == outer_start && end == outer_end && is_power_of_2(end - start)) { in alloc_contig_range_noprof()
7107 start, end, outer_start, outer_end); in alloc_contig_range_noprof()