Home
last modified time | relevance | path

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

/linux/mm/
H A Dpage_alloc.c6679 unsigned long outer_start, outer_end; in alloc_contig_range_noprof() local
6774 outer_end = isolate_freepages_range(&cc, outer_start, end); in alloc_contig_range_noprof()
6775 if (!outer_end) { in alloc_contig_range_noprof()
6786 if (end != outer_end) in alloc_contig_range_noprof()
6787 free_contig_range(end, outer_end - end); in alloc_contig_range_noprof()
6788 } else if (start == outer_start && end == outer_end && is_power_of_2(end - start)) { in alloc_contig_range_noprof()
6798 start, end, outer_start, outer_end); in alloc_contig_range_noprof()