Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dhuge_mm.h133 bool hugepage_vma_check(struct vm_area_struct *vma, unsigned long vm_flags,
276 static inline bool hugepage_vma_check(struct vm_area_struct *vma, in hugepage_vma_check() function
/linux-6.6.21/mm/
Dkhugepaged.c449 if (hugepage_vma_check(vma, vm_flags, false, false, true)) in khugepaged_enter_vma()
926 if (!hugepage_vma_check(vma, vma->vm_flags, false, false, in hugepage_vma_revalidate()
1502 if (!hugepage_vma_check(vma, vma->vm_flags, false, false, false)) in collapse_pte_mapped_thp()
2372 if (!hugepage_vma_check(vma, vma->vm_flags, false, false, true)) { in khugepaged_scan_mm_slot()
2709 if (!hugepage_vma_check(vma, vma->vm_flags, false, false, false)) in madvise_collapse()
Dmemory.c5078 hugepage_vma_check(vma, vm_flags, false, true, true)) { in __handle_mm_fault()
5112 hugepage_vma_check(vma, vm_flags, false, true, true)) { in __handle_mm_fault()
Dhuge_memory.c74 bool hugepage_vma_check(struct vm_area_struct *vma, unsigned long vm_flags, in hugepage_vma_check() function
/linux-6.6.21/fs/proc/
Dtask_mmu.c868 hugepage_vma_check(vma, vma->vm_flags, true, false, true)); in show_smap()