/linux-4.1.27/lib/ |
D | scatterlist.c | 331 int sg_alloc_table(struct sg_table *table, unsigned int nents, gfp_t gfp_mask) in sg_alloc_table() function 342 EXPORT_SYMBOL(sg_alloc_table); 381 ret = sg_alloc_table(sgt, chunks, gfp_mask); in sg_alloc_table_from_pages()
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
D | armada_gem.c | 439 if (sg_alloc_table(sgt, count, GFP_KERNEL)) in armada_gem_prime_map_dma_buf() 462 if (sg_alloc_table(sgt, 1, GFP_KERNEL)) in armada_gem_prime_map_dma_buf() 471 if (sg_alloc_table(sgt, 1, GFP_KERNEL)) in armada_gem_prime_map_dma_buf()
|
/linux-4.1.27/drivers/staging/android/ion/ |
D | ion_system_heap.c | 157 if (sg_alloc_table(table, i, GFP_KERNEL)) in ion_system_heap_allocate() 340 ret = sg_alloc_table(table, 1, GFP_KERNEL); in ion_system_contig_heap_allocate()
|
D | ion_carveout_heap.c | 87 ret = sg_alloc_table(table, 1, GFP_KERNEL); in ion_carveout_heap_allocate()
|
D | ion_chunk_heap.c | 61 ret = sg_alloc_table(table, num_chunks, GFP_KERNEL); in ion_chunk_heap_allocate()
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
D | omap_gem_dmabuf.c | 44 ret = sg_alloc_table(sg, 1, GFP_KERNEL); in omap_gem_map_dma_buf()
|
/linux-4.1.27/include/linux/ |
D | scatterlist.h | 236 int sg_alloc_table(struct sg_table *, unsigned int, gfp_t);
|
/linux-4.1.27/drivers/mmc/core/ |
D | sdio_ops.c | 162 if (sg_alloc_table(&sgtable, nents, GFP_KERNEL)) in mmc_io_rw_extended()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_dmabuf.c | 92 ret = sg_alloc_table(sgt, buf->sgt->orig_nents, GFP_KERNEL); in exynos_gem_map_dma_buf()
|
/linux-4.1.27/drivers/gpu/drm/udl/ |
D | udl_dmabuf.c | 109 ret = sg_alloc_table(sgt, obj->sg->orig_nents, GFP_KERNEL); in udl_map_dma_buf()
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
D | gem.c | 531 if (sg_alloc_table(sgt, bo->num_pages, GFP_KERNEL)) in tegra_gem_prime_map_dma_buf() 540 if (sg_alloc_table(sgt, 1, GFP_KERNEL)) in tegra_gem_prime_map_dma_buf()
|
/linux-4.1.27/drivers/base/ |
D | dma-mapping.c | 234 ret = sg_alloc_table(sgt, 1, GFP_KERNEL); in dma_common_get_sgtable()
|
/linux-4.1.27/drivers/infiniband/core/ |
D | umem.c | 183 ret = sg_alloc_table(&umem->sg_head, npages, GFP_KERNEL); in ib_umem_get()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gem_dmabuf.c | 60 ret = sg_alloc_table(st, obj->pages->nents, GFP_KERNEL); in i915_gem_map_dma_buf()
|
D | i915_gem_stolen.c | 357 if (sg_alloc_table(st, 1, GFP_KERNEL)) { in i915_pages_create_for_stolen()
|
D | i915_gem_userptr.c | 523 ret = sg_alloc_table(*st, num_pages, GFP_KERNEL); in st_set_pages()
|
D | i915_gem.c | 203 if (sg_alloc_table(st, 1, GFP_KERNEL)) { in i915_gem_object_get_pages_phys() 2059 if (sg_alloc_table(st, page_count, GFP_KERNEL)) { in i915_gem_object_get_pages_gtt()
|
D | i915_gem_gtt.c | 2668 ret = sg_alloc_table(st, rot_pages, GFP_KERNEL); in intel_rotate_fb_obj_pages()
|
/linux-4.1.27/drivers/spi/ |
D | spi-pxa2xx-dma.c | 49 ret = sg_alloc_table(sgt, nents, GFP_ATOMIC); in pxa2xx_spi_map_dma_buffer()
|
D | spi-ep93xx.c | 487 ret = sg_alloc_table(sgt, nents, GFP_KERNEL); in ep93xx_spi_dma_prepare()
|
D | spi-pl022.c | 1051 ret = sg_alloc_table(&pl022->sgt_rx, pages, GFP_ATOMIC); in configure_dma() 1055 ret = sg_alloc_table(&pl022->sgt_tx, pages, GFP_ATOMIC); in configure_dma()
|
D | spi.c | 486 ret = sg_alloc_table(sgt, sgs, GFP_KERNEL); in spi_map_buf()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | videobuf2-vmalloc.c | 241 ret = sg_alloc_table(sgt, num_pages, GFP_KERNEL); in vb2_vmalloc_dmabuf_ops_attach()
|
D | videobuf2-dma-sg.c | 458 ret = sg_alloc_table(sgt, buf->dma_sgt->orig_nents, GFP_KERNEL); in vb2_dma_sg_dmabuf_ops_attach()
|
D | videobuf2-dma-contig.c | 255 ret = sg_alloc_table(sgt, buf->sgt_base->orig_nents, GFP_KERNEL); in vb2_dc_dmabuf_ops_attach()
|
/linux-4.1.27/drivers/crypto/qce/ |
D | ablkcipher.c | 98 ret = sg_alloc_table(&rctx->dst_tbl, rctx->dst_nents, gfp); in qce_ablkcipher_async_req_handle()
|
/linux-4.1.27/drivers/crypto/ccp/ |
D | ccp-crypto-aes-cmac.c | 113 ret = sg_alloc_table(&rctx->data_sg, sg_count, gfp); in ccp_do_cmac_update()
|
D | ccp-crypto-sha.c | 104 ret = sg_alloc_table(&rctx->data_sg, sg_count, gfp); in ccp_do_sha_update()
|
/linux-4.1.27/net/ceph/ |
D | crypto.c | 127 ret = sg_alloc_table(sgt, chunk_cnt, GFP_NOFS); in setup_sgtable()
|
/linux-4.1.27/drivers/hsi/ |
D | hsi.c | 553 err = sg_alloc_table(&msg->sgt, nents, flags); in hsi_alloc_msg()
|
/linux-4.1.27/drivers/misc/carma/ |
D | carma-fpga-program.c | 547 ret = sg_alloc_table(&table, num_pages, GFP_KERNEL); in fpga_program_dma()
|
D | carma-fpga.c | 476 ret = sg_alloc_table(table, priv->corl_nents, GFP_KERNEL); in data_setup_corl_table()
|
/linux-4.1.27/drivers/char/agp/ |
D | intel-gtt.c | 106 if (sg_alloc_table(st, num_entries, GFP_KERNEL)) in intel_gtt_map_memory()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | bcmsdh.c | 898 err = sg_alloc_table(&sdiodev->sgtable, nents, GFP_KERNEL); in brcmf_sdiod_sgtable_alloc()
|
/linux-4.1.27/arch/arm/mm/ |
D | dma-mapping.c | 774 ret = sg_alloc_table(sgt, 1, GFP_KERNEL); in arm_dma_get_sgtable()
|