Home
last modified time | relevance | path

Searched refs:alloc_contig_pages (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/
H A Drk-dma-heap.h47 struct page *(*alloc_contig_pages)(struct rk_dma_heap *heap, member
H A Drk-dma-heap.c184 return heap->ops->alloc_contig_pages(heap, len, name); in rk_dma_heap_alloc_contig_pages()
H A Drk-cma-heap.c572 .alloc_contig_pages = rk_cma_heap_allocate_pages,
/OK3568_Linux_fs/kernel/include/linux/
H A Dgfp.h663 extern struct page *alloc_contig_pages(unsigned long nr_pages, gfp_t gfp_mask,
/OK3568_Linux_fs/kernel/drivers/misc/rockchip/
H A Dpcie-rkep.c760 alloc_contig_pages(RKEP_USER_MEM_SIZE >> PAGE_SHIFT, GFP_KERNEL, 0, NULL); in pcie_rkep_probe()
/OK3568_Linux_fs/kernel/mm/
H A Dhugetlb.c1316 return alloc_contig_pages(nr_pages, gfp_mask, nid, nodemask); in alloc_gigantic_page()
H A Dpage_alloc.c9004 struct page *alloc_contig_pages(unsigned long nr_pages, gfp_t gfp_mask, in alloc_contig_pages() function