Home
last modified time | relevance | path

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

/linux-4.4.14/arch/metag/mm/
Dhugetlbpage.c128 int after_huge; in hugetlb_get_unmapped_area_existing() local
132 after_huge = 1; in hugetlb_get_unmapped_area_existing()
135 after_huge = 0; in hugetlb_get_unmapped_area_existing()
141 if ((!vma && !after_huge) || TASK_SIZE - len < addr) { in hugetlb_get_unmapped_area_existing()
156 if (after_huge && (!vma || ALIGN_HUGEPT(addr + len) in hugetlb_get_unmapped_area_existing()
168 after_huge = 1; in hugetlb_get_unmapped_area_existing()
174 after_huge = 0; in hugetlb_get_unmapped_area_existing()