Home
last modified time | relevance | path

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

123

/linux/drivers/gpu/drm/i915/
A Di915_scatterlist.c25 if (sg_alloc_table(&new_st, orig_st->nents, GFP_KERNEL | __GFP_NOWARN)) in i915_sg_trim()
69 if (sg_alloc_table(st, DIV_ROUND_UP(node->size, segment_pages), in i915_sg_from_mm_node()
142 if (sg_alloc_table(st, res->num_pages, GFP_KERNEL)) { in i915_sg_from_buddy_resource()
/linux/drivers/gpu/drm/armada/
A Darmada_gem.c404 if (sg_alloc_table(sgt, count, GFP_KERNEL)) in armada_gem_prime_map_dma_buf()
423 if (sg_alloc_table(sgt, 1, GFP_KERNEL)) in armada_gem_prime_map_dma_buf()
432 if (sg_alloc_table(sgt, 1, GFP_KERNEL)) in armada_gem_prime_map_dma_buf()
/linux/drivers/hwtracing/intel_th/
A Dmsu-sink.c64 ret = sg_alloc_table(*sgt, nents, GFP_KERNEL); in msu_sink_alloc_window()
/linux/kernel/dma/
A Dops_helpers.c25 ret = sg_alloc_table(sgt, 1, GFP_KERNEL); in dma_common_get_sgtable()
/linux/drivers/dma-buf/heaps/
A Dsystem_heap.c68 ret = sg_alloc_table(new_table, table->orig_nents, GFP_KERNEL); in dup_sg_table()
383 if (sg_alloc_table(table, i, GFP_KERNEL)) in system_heap_allocate()
/linux/drivers/gpu/drm/i915/gem/selftests/
A Dhuge_gem_object.c41 if (sg_alloc_table(pages, npages, GFP)) { in huge_get_pages()
A Dmock_dmabuf.c21 err = sg_alloc_table(st, mock->npages, GFP_KERNEL); in mock_map_dma_buf()
A Dhuge_pages.c72 if (sg_alloc_table(st, obj->base.size >> PAGE_SHIFT, GFP)) { in get_huge_pages()
201 if (sg_alloc_table(st, obj->base.size >> PAGE_SHIFT, GFP)) { in fake_get_huge_pages()
254 if (sg_alloc_table(st, 1, GFP)) { in fake_get_huge_pages_single()
/linux/drivers/gpu/drm/omapdrm/
A Domap_gem_dmabuf.c40 ret = sg_alloc_table(sg, 1, GFP_KERNEL); in omap_gem_map_dma_buf()
/linux/drivers/gpu/drm/i915/gem/
A Di915_gem_internal.c70 if (sg_alloc_table(st, npages, GFP_KERNEL)) { in i915_gem_object_get_pages_internal()
A Di915_gem_phys.c47 if (sg_alloc_table(st, 1, GFP_KERNEL)) in i915_gem_object_get_pages_phys()
A Di915_gem_dmabuf.c42 ret = sg_alloc_table(st, obj->mm.pages->nents, GFP_KERNEL); in i915_gem_map_dma_buf()
A Di915_gem_shmem.c65 if (sg_alloc_table(st, page_count, GFP_KERNEL)) { in shmem_get_pages()
/linux/drivers/mmc/core/
A Dsdio_ops.c154 if (sg_alloc_table(&sgtable, nents, GFP_KERNEL)) in mmc_io_rw_extended()
/linux/drivers/gpu/drm/virtio/
A Dvirtgpu_vram.c93 ret = sg_alloc_table(sgt, 1, GFP_KERNEL); in virtio_gpu_vram_map_dma_buf()
/linux/lib/
A Dscatterlist.c371 int sg_alloc_table(struct sg_table *table, unsigned int nents, gfp_t gfp_mask) in sg_alloc_table() function
381 EXPORT_SYMBOL(sg_alloc_table);
/linux/drivers/gpu/drm/i915/selftests/
A Dscatterlist.c223 if (sg_alloc_table(&pt->st, max, in alloc_table()
/linux/include/linux/
A Dscatterlist.h294 int sg_alloc_table(struct sg_table *, unsigned int, gfp_t);
/linux/net/ceph/
A Dcrypto.c183 ret = sg_alloc_table(sgt, chunk_cnt, GFP_NOFS); in setup_sgtable()
/linux/drivers/media/common/videobuf2/
A Dvideobuf2-vmalloc.c225 ret = sg_alloc_table(sgt, num_pages, GFP_KERNEL); in vb2_vmalloc_dmabuf_ops_attach()
/linux/drivers/gpu/drm/i915/gt/
A Dintel_ggtt.c1363 ret = sg_alloc_table(st, size, GFP_KERNEL); in intel_rotate_pages()
1484 ret = sg_alloc_table(st, size, GFP_KERNEL); in intel_remap_pages()
1536 ret = sg_alloc_table(st, count, GFP_KERNEL); in intel_partial_pages()
/linux/drivers/crypto/qce/
A Daead.c137 ret = sg_alloc_table(&rctx->dst_tbl, rctx->dst_nents, gfp); in qce_aead_prepare_dst_buf()
244 ret = sg_alloc_table(&rctx->src_tbl, rctx->src_nents, gfp); in qce_aead_ccm_prepare_buf_assoclen()
/linux/drivers/gpu/drm/rcar-du/
A Drcar_du_vsp.c208 ret = sg_alloc_table(sgt, gem->sgt->orig_nents, in rcar_du_vsp_map_fb()
/linux/drivers/crypto/ccp/
A Dccp-crypto-aes-cmac.c110 ret = sg_alloc_table(&rctx->data_sg, sg_count, gfp); in ccp_do_cmac_update()
/linux/drivers/usb/gadget/function/
A Duvc_video.c338 sg_alloc_table(&video->ureq[i].sgt, in uvc_video_alloc_requests()

Completed in 41 milliseconds

123