Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhuge_mm.h331 static inline bool vma_thp_disabled(struct vm_area_struct *vma, in vma_thp_disabled() function
/linux/mm/
H A Dhuge_memory.c125 if (thp_disabled_by_hw() || vma_thp_disabled(vma, vm_flags, forced_collapse)) in __thp_vma_allowable_orders()
H A Dshmem.c1825 if (thp_disabled_by_hw() || (vma && vma_thp_disabled(vma, vm_flags, shmem_huge_force))) in shmem_allowable_huge_orders()
H A Dmemory.c5381 if (thp_disabled_by_hw() || vma_thp_disabled(vma, vma->vm_flags, in do_set_pmd()