Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dhuge_mm.h136 static inline bool transhuge_vma_enabled(struct vm_area_struct *vma, in transhuge_vma_enabled() function
159 if (!transhuge_vma_enabled(vma, vma->vm_flags)) in __transparent_hugepage_enabled()
376 static inline bool transhuge_vma_enabled(struct vm_area_struct *vma, in transhuge_vma_enabled() function
/OK3568_Linux_fs/kernel/mm/
H A Dkhugepaged.c443 if (!transhuge_vma_enabled(vma, vm_flags)) in hugepage_vma_check()
H A Dhuge_memory.c68 return transhuge_vma_enabled(vma, vma->vm_flags) && vma->vm_file && in file_thp_enabled()
H A Dshmem.c4060 if (!transhuge_vma_enabled(vma, vma->vm_flags)) in shmem_huge_enabled()