Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dhuge_mm.h133 bool hugepage_vma_check(struct vm_area_struct *vma, unsigned long vm_flags,
294 static inline bool hugepage_vma_check(struct vm_area_struct *vma, in hugepage_vma_check() function
/openbmc/linux/mm/
H A Dkhugepaged.c449 if (hugepage_vma_check(vma, vm_flags, false, false, true)) in khugepaged_enter_vma()
912 if (!hugepage_vma_check(vma, vma->vm_flags, false, false, in hugepage_vma_revalidate()
1495 if (!hugepage_vma_check(vma, vma->vm_flags, false, false, false)) in collapse_pte_mapped_thp()
2367 if (!hugepage_vma_check(vma, vma->vm_flags, false, false, true)) { in khugepaged_scan_mm_slot()
2704 if (!hugepage_vma_check(vma, vma->vm_flags, false, false, false)) in madvise_collapse()
H A Dmemory.c5105 hugepage_vma_check(vma, vm_flags, false, true, true)) { in __handle_mm_fault()
5139 hugepage_vma_check(vma, vm_flags, false, true, true)) { in __handle_mm_fault()
H A Dhuge_memory.c75 bool hugepage_vma_check(struct vm_area_struct *vma, unsigned long vm_flags, in hugepage_vma_check() function
/openbmc/linux/fs/proc/
H A Dtask_mmu.c868 hugepage_vma_check(vma, vma->vm_flags, true, false, true)); in show_smap()