Searched refs:thp_vma_suitable_order (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| H A D | huge_mm.h | 220 static inline bool thp_vma_suitable_order(struct vm_area_struct *vma, in thp_vma_suitable_order() function 260 if (thp_vma_suitable_order(vma, addr, order)) in thp_vma_suitable_orders() 578 static inline bool thp_vma_suitable_order(struct vm_area_struct *vma, in thp_vma_suitable_order() function
|
| /linux/mm/ |
| H A D | page_vma_mapped.c | 285 thp_vma_suitable_order(vma, pvmw->address, in page_vma_mapped_walk()
|
| H A D | migrate_device.c | 813 if (!thp_vma_suitable_order(vma, addr, HPAGE_PMD_ORDER)) in migrate_vma_insert_huge_pmd_page()
|
| H A D | huge_memory.c | 153 if (thp_vma_suitable_order(vma, addr, order)) in __thp_vma_allowable_orders() 1464 if (!thp_vma_suitable_order(vma, haddr, PMD_ORDER)) in do_huge_pmd_anonymous_page()
|
| H A D | khugepaged.c | 915 if (!thp_vma_suitable_order(vma, address, PMD_ORDER)) in hugepage_vma_revalidate()
|
| H A D | memory.c | 5385 if (!thp_vma_suitable_order(vma, haddr, PMD_ORDER)) in do_set_pmd()
|