Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dgfp.h589 extern struct page *alloc_pages_vma(gfp_t gfp_mask, int order,
593 alloc_pages_vma(gfp_mask, order, vma, addr, numa_node_id(), true)
599 #define alloc_pages_vma(gfp_mask, order, vma, addr, node, false)\ macro
606 alloc_pages_vma(gfp_mask, 0, vma, addr, numa_node_id(), false)
/Linux-v5.15/mm/
Dmempolicy.c2085 struct page *alloc_pages_vma(gfp_t gfp, int order, struct vm_area_struct *vma, in alloc_pages_vma() function
2157 EXPORT_SYMBOL(alloc_pages_vma);
Dshmem.c1564 page = alloc_pages_vma(gfp, HPAGE_PMD_ORDER, &pvma, 0, numa_node_id(), in shmem_alloc_hugepage()