Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dhuge_mm.h240 static inline unsigned long thp_vma_suitable_orders(struct vm_area_struct *vma, in thp_vma_suitable_orders() function
523 static inline unsigned long thp_vma_suitable_orders(struct vm_area_struct *vma, in thp_vma_suitable_orders() function
/linux-6.15/mm/
H A Dmemory.c4338 orders = thp_vma_suitable_orders(vma, vmf->address, orders); in alloc_swap_folio()
4886 orders = thp_vma_suitable_orders(vma, vmf->address, orders); in alloc_anon_folio()
H A Dshmem.c1811 orders = thp_vma_suitable_orders(vma, vmf->address, orders); in shmem_suitable_orders()