Home
last modified time | relevance | path

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

/linux/mm/
H A Dkhugepaged.c569 vm_flags_t vm_flags, enum tva_type tva_flags) in collapse_possible_orders() argument
574 if ((tva_flags == TVA_KHUGEPAGED) && vma_is_anonymous(vma)) in collapse_possible_orders()
579 return thp_vma_allowable_orders(vma, vm_flags, tva_flags, orders); in collapse_possible_orders()
583 vm_flags_t vm_flags, enum tva_type tva_flags) in collapse_possible() argument
585 return collapse_possible_orders(vma, vm_flags, tva_flags); in collapse_possible()
1607 enum tva_type tva_flags = cc->is_khugepaged ? TVA_KHUGEPAGED : TVA_FORCED_COLLAPSE; in collapse_scan_pmd()
1630 enabled_orders = collapse_possible_orders(vma, vma->vm_flags, tva_flags); in collapse_scan_pmd()