Home
last modified time | relevance | path

Searched refs:thp_vma_suitable_orders (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dhuge_mm.h245 static inline unsigned long thp_vma_suitable_orders(struct vm_area_struct *vma, in thp_vma_suitable_orders() function
584 static inline unsigned long thp_vma_suitable_orders(struct vm_area_struct *vma, in thp_vma_suitable_orders() function
/linux/mm/
H A Dmemory.c4562 orders = thp_vma_suitable_orders(vma, vmf->address, orders); in alloc_swap_folio()
5111 orders = thp_vma_suitable_orders(vma, vmf->address, orders); in alloc_anon_folio()
H A Dshmem.c1870 orders = thp_vma_suitable_orders(vma, vmf->address, orders); in shmem_suitable_orders()