Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Dscatterlist.c347 int sg_alloc_table(struct sg_table *table, unsigned int nents, gfp_t gfp_mask) in sg_alloc_table() function
358 EXPORT_SYMBOL(sg_alloc_table);
405 ret = sg_alloc_table(sgt, chunks, gfp_mask); in __sg_alloc_table_from_pages()
/linux-4.19.296/include/linux/
Dscatterlist.h273 int sg_alloc_table(struct sg_table *, unsigned int, gfp_t);
/linux-4.19.296/drivers/media/common/videobuf2/
Dvideobuf2-vmalloc.c229 ret = sg_alloc_table(sgt, num_pages, GFP_KERNEL); in vb2_vmalloc_dmabuf_ops_attach()
Dvideobuf2-dma-sg.c392 ret = sg_alloc_table(sgt, buf->dma_sgt->orig_nents, GFP_KERNEL); in vb2_dma_sg_dmabuf_ops_attach()
Dvideobuf2-dma-contig.c243 ret = sg_alloc_table(sgt, buf->sgt_base->orig_nents, GFP_KERNEL); in vb2_dc_dmabuf_ops_attach()
/linux-4.19.296/drivers/char/agp/
Dintel-gtt.c107 if (sg_alloc_table(st, num_entries, GFP_KERNEL)) in intel_gtt_map_memory()
/linux-4.19.296/drivers/misc/mic/scif/
Dscif_rma.c553 err = sg_alloc_table(window->st, window->nr_pages, GFP_KERNEL); in scif_iommu_map()