Searched refs:thp_vma_suitable_order (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | huge_mm.h | 215 static inline bool thp_vma_suitable_order(struct vm_area_struct *vma, in thp_vma_suitable_order() function 255 if (thp_vma_suitable_order(vma, addr, order)) in thp_vma_suitable_orders() 517 static inline bool thp_vma_suitable_order(struct vm_area_struct *vma, in thp_vma_suitable_order() function
|
| /linux-6.15/mm/ |
| H A D | page_vma_mapped.c | 282 thp_vma_suitable_order(vma, pvmw->address, in page_vma_mapped_walk()
|
| H A D | huge_memory.c | 154 if (thp_vma_suitable_order(vma, addr, order)) in __thp_vma_allowable_orders() 1325 if (!thp_vma_suitable_order(vma, haddr, PMD_ORDER)) in do_huge_pmd_anonymous_page()
|
| H A D | khugepaged.c | 935 if (!thp_vma_suitable_order(vma, address, PMD_ORDER)) in hugepage_vma_revalidate()
|
| H A D | memory.c | 5159 if (!thp_vma_suitable_order(vma, haddr, PMD_ORDER)) in do_set_pmd()
|