Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dhuge_mm.h171 bool hugepage_vma_check(struct vm_area_struct *vma, unsigned long vm_flags,
325 static inline bool hugepage_vma_check(struct vm_area_struct *vma, in hugepage_vma_check() function
/Linux-v6.1/mm/
Dkhugepaged.c455 if (hugepage_vma_check(vma, vm_flags, false, false, true)) in khugepaged_enter_vma()
835 if (!hugepage_vma_check(vma, vma->vm_flags, false, false, in hugepage_vma_revalidate()
1467 if (!hugepage_vma_check(vma, vma->vm_flags, false, false, false)) in collapse_pte_mapped_thp()
2283 if (!hugepage_vma_check(vma, vma->vm_flags, false, false, true)) { in khugepaged_scan_mm_slot()
2621 if (!hugepage_vma_check(vma, vma->vm_flags, false, false, false)) in madvise_collapse()
Dmemory.c5031 hugepage_vma_check(vma, vm_flags, false, true, true)) { in __handle_mm_fault()
5065 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-v6.1/fs/proc/
Dtask_mmu.c870 hugepage_vma_check(vma, vma->vm_flags, true, false, true)); in show_smap()