Searched refs:sg_alloc_table (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/lib/ |
D | scatterlist.c | 347 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/ |
D | scatterlist.h | 273 int sg_alloc_table(struct sg_table *, unsigned int, gfp_t);
|
/linux-4.19.296/drivers/media/common/videobuf2/ |
D | videobuf2-vmalloc.c | 229 ret = sg_alloc_table(sgt, num_pages, GFP_KERNEL); in vb2_vmalloc_dmabuf_ops_attach()
|
D | videobuf2-dma-sg.c | 392 ret = sg_alloc_table(sgt, buf->dma_sgt->orig_nents, GFP_KERNEL); in vb2_dma_sg_dmabuf_ops_attach()
|
D | videobuf2-dma-contig.c | 243 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/ |
D | intel-gtt.c | 107 if (sg_alloc_table(st, num_entries, GFP_KERNEL)) in intel_gtt_map_memory()
|
/linux-4.19.296/drivers/misc/mic/scif/ |
D | scif_rma.c | 553 err = sg_alloc_table(window->st, window->nr_pages, GFP_KERNEL); in scif_iommu_map()
|