Searched refs:hugepage_vma_check (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/include/linux/ |
D | huge_mm.h | 133 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/ |
D | khugepaged.c | 449 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()
|
D | memory.c | 5078 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()
|
D | huge_memory.c | 74 bool hugepage_vma_check(struct vm_area_struct *vma, unsigned long vm_flags, in hugepage_vma_check() function
|
/linux-6.6.21/fs/proc/ |
D | task_mmu.c | 868 hugepage_vma_check(vma, vma->vm_flags, true, false, true)); in show_smap()
|