Searched refs:TVA_FORCED_COLLAPSE (Results 1 – 3 of 3) sorted by relevance
101 TVA_FORCED_COLLAPSE, /* Forced collapse (e.g. MADV_COLLAPSE). */ enumerator298 if (type != TVA_FORCED_COLLAPSE && vma_is_anonymous(vma)) { in thp_vma_allowable_orders()
896 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()
110 const bool forced_collapse = type == TVA_FORCED_COLLAPSE; in __thp_vma_allowable_orders()