Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dhuge_mm.h133 static inline bool transhuge_vma_enabled(struct vm_area_struct *vma, in transhuge_vma_enabled() function
156 if (!transhuge_vma_enabled(vma, vma->vm_flags)) in __transparent_hugepage_enabled()
373 static inline bool transhuge_vma_enabled(struct vm_area_struct *vma, in transhuge_vma_enabled() function
/Linux-v5.15/mm/
Dkhugepaged.c445 if (!transhuge_vma_enabled(vma, vm_flags)) in hugepage_vma_check()
Dhuge_memory.c69 return transhuge_vma_enabled(vma, vma->vm_flags) && vma->vm_file && in file_thp_enabled()