Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Dscatterlist.c359 int sg_alloc_table(struct sg_table *table, unsigned int nents, gfp_t gfp_mask) in sg_alloc_table() function
370 EXPORT_SYMBOL(sg_alloc_table);
409 ret = sg_alloc_table(sgt, chunks, gfp_mask); in sg_alloc_table_from_pages()
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_gem.c440 if (sg_alloc_table(sgt, count, GFP_KERNEL)) in armada_gem_prime_map_dma_buf()
463 if (sg_alloc_table(sgt, 1, GFP_KERNEL)) in armada_gem_prime_map_dma_buf()
472 if (sg_alloc_table(sgt, 1, GFP_KERNEL)) in armada_gem_prime_map_dma_buf()
/linux-4.4.14/drivers/staging/android/ion/
Dion_system_heap.c157 if (sg_alloc_table(table, i, GFP_KERNEL)) in ion_system_heap_allocate()
355 ret = sg_alloc_table(table, 1, GFP_KERNEL); in ion_system_contig_heap_allocate()
Dion_carveout_heap.c87 ret = sg_alloc_table(table, 1, GFP_KERNEL); in ion_carveout_heap_allocate()
Dion_chunk_heap.c61 ret = sg_alloc_table(table, num_chunks, GFP_KERNEL); in ion_chunk_heap_allocate()
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_gem_dmabuf.c44 ret = sg_alloc_table(sg, 1, GFP_KERNEL); in omap_gem_map_dma_buf()
/linux-4.4.14/drivers/mmc/core/
Dsdio_ops.c162 if (sg_alloc_table(&sgtable, nents, GFP_KERNEL)) in mmc_io_rw_extended()
/linux-4.4.14/include/linux/
Dscatterlist.h263 int sg_alloc_table(struct sg_table *, unsigned int, gfp_t);
/linux-4.4.14/drivers/gpu/drm/udl/
Dudl_dmabuf.c109 ret = sg_alloc_table(sgt, obj->sg->orig_nents, GFP_KERNEL); in udl_map_dma_buf()
/linux-4.4.14/drivers/gpu/drm/tegra/
Dgem.c522 if (sg_alloc_table(sgt, bo->num_pages, GFP_KERNEL)) in tegra_gem_prime_map_dma_buf()
531 if (sg_alloc_table(sgt, 1, GFP_KERNEL)) in tegra_gem_prime_map_dma_buf()
/linux-4.4.14/drivers/infiniband/core/
Dumem.c183 ret = sg_alloc_table(&umem->sg_head, npages, GFP_KERNEL); in ib_umem_get()
/linux-4.4.14/drivers/base/
Ddma-mapping.c234 ret = sg_alloc_table(sgt, 1, GFP_KERNEL); in dma_common_get_sgtable()
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gem_dmabuf.c60 ret = sg_alloc_table(st, obj->pages->nents, GFP_KERNEL); in i915_gem_map_dma_buf()
Di915_gem_stolen.c507 if (sg_alloc_table(st, 1, GFP_KERNEL)) { in i915_pages_create_for_stolen()
Di915_gem_userptr.c489 ret = sg_alloc_table(*st, num_pages, GFP_KERNEL); in st_set_pages()
Di915_gem_gtt.c3334 ret = sg_alloc_table(st, size_pages + size_pages_uv, GFP_KERNEL); in intel_rotate_fb_obj_pages()
3404 ret = sg_alloc_table(st, view->params.partial.size, GFP_KERNEL); in intel_partial_pages()
Di915_gem.c190 if (sg_alloc_table(st, 1, GFP_KERNEL)) { in i915_gem_object_get_pages_phys()
2267 if (sg_alloc_table(st, page_count, GFP_KERNEL)) { in i915_gem_object_get_pages_gtt()
/linux-4.4.14/drivers/spi/
Dspi-pxa2xx-dma.c49 ret = sg_alloc_table(sgt, nents, GFP_ATOMIC); in pxa2xx_spi_map_dma_buffer()
Dspi-ep93xx.c487 ret = sg_alloc_table(sgt, nents, GFP_KERNEL); in ep93xx_spi_dma_prepare()
Dspi-pl022.c1051 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()
Dspi.c703 ret = sg_alloc_table(sgt, sgs, GFP_KERNEL); in spi_map_buf()
/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf2-vmalloc.c223 ret = sg_alloc_table(sgt, num_pages, GFP_KERNEL); in vb2_vmalloc_dmabuf_ops_attach()
Dvideobuf2-dma-contig.c236 ret = sg_alloc_table(sgt, buf->sgt_base->orig_nents, GFP_KERNEL); in vb2_dc_dmabuf_ops_attach()
Dvideobuf2-dma-sg.c402 ret = sg_alloc_table(sgt, buf->dma_sgt->orig_nents, GFP_KERNEL); in vb2_dma_sg_dmabuf_ops_attach()
/linux-4.4.14/drivers/crypto/qce/
Dablkcipher.c92 ret = sg_alloc_table(&rctx->dst_tbl, rctx->dst_nents, gfp); in qce_ablkcipher_async_req_handle()
/linux-4.4.14/drivers/crypto/ccp/
Dccp-crypto-aes-cmac.c113 ret = sg_alloc_table(&rctx->data_sg, sg_count, gfp); in ccp_do_cmac_update()
Dccp-crypto-sha.c104 ret = sg_alloc_table(&rctx->data_sg, sg_count, gfp); in ccp_do_sha_update()
/linux-4.4.14/net/ceph/
Dcrypto.c123 ret = sg_alloc_table(sgt, chunk_cnt, GFP_NOFS); in setup_sgtable()
/linux-4.4.14/drivers/hsi/
Dhsi.c562 err = sg_alloc_table(&msg->sgt, nents, flags); in hsi_alloc_msg()
/linux-4.4.14/arch/arm64/mm/
Ddma-mapping.c335 int ret = sg_alloc_table(sgt, 1, GFP_KERNEL); in __swiotlb_get_sgtable()
/linux-4.4.14/drivers/char/agp/
Dintel-gtt.c106 if (sg_alloc_table(st, num_entries, GFP_KERNEL)) in intel_gtt_map_memory()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dbcmsdh.c899 err = sg_alloc_table(&sdiodev->sgtable, nents, GFP_KERNEL); in brcmf_sdiod_sgtable_alloc()
/linux-4.4.14/drivers/misc/mic/scif/
Dscif_rma.c551 err = sg_alloc_table(window->st, window->nr_pages, GFP_KERNEL); in scif_iommu_map()
/linux-4.4.14/arch/arm/mm/
Ddma-mapping.c784 ret = sg_alloc_table(sgt, 1, GFP_KERNEL); in arm_dma_get_sgtable()