Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhuge_mm.h101 TVA_FORCED_COLLAPSE, /* Forced collapse (e.g. MADV_COLLAPSE). */ enumerator
298 if (type != TVA_FORCED_COLLAPSE && vma_is_anonymous(vma)) { in thp_vma_allowable_orders()
/linux/mm/
H A Dkhugepaged.c896 TVA_FORCED_COLLAPSE; in hugepage_vma_revalidate()
1499 if (!thp_vma_allowable_order(vma, vma->vm_flags, TVA_FORCED_COLLAPSE, PMD_ORDER)) in try_collapse_pte_mapped_thp()
2769 if (!thp_vma_allowable_order(vma, vma->vm_flags, TVA_FORCED_COLLAPSE, PMD_ORDER)) in madvise_collapse()
H A Dhuge_memory.c110 const bool forced_collapse = type == TVA_FORCED_COLLAPSE; in __thp_vma_allowable_orders()