Home
last modified time | relevance | path

Searched refs:sgl_alloc (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/crypto/
A Dscompress.c150 req->dst = sgl_alloc(req->dlen, GFP_ATOMIC, NULL); in scomp_acomp_comp_decomp()
/linux-6.3-rc2/lib/
A Dscatterlist.c662 struct scatterlist *sgl_alloc(unsigned long long length, gfp_t gfp, in sgl_alloc() function
667 EXPORT_SYMBOL(sgl_alloc);
/linux-6.3-rc2/include/linux/
A Dscatterlist.h425 struct scatterlist *sgl_alloc(unsigned long long length, gfp_t gfp,
/linux-6.3-rc2/drivers/crypto/qat/qat_common/
A Dqat_bl.c344 dst = sgl_alloc(dlen, gfp, NULL); in qat_bl_sgl_alloc_map()
A Dqat_comp_algs.c346 areq->dst = sgl_alloc(dlen, f, NULL); in qat_comp_alg_compress_decompress()
/linux-6.3-rc2/drivers/usb/usbip/
A Dstub_rx.c494 sgl = sgl_alloc(buf_len, GFP_KERNEL, &nents); in stub_recv_cmd_submit()
/linux-6.3-rc2/drivers/nvme/target/
A Dcore.c1062 req->sg = sgl_alloc(nvmet_data_transfer_len(req), GFP_KERNEL, in nvmet_req_alloc_sgls()
1068 req->metadata_sg = sgl_alloc(req->metadata_len, GFP_KERNEL, in nvmet_req_alloc_sgls()
A Dtcp.c374 cmd->req.sg = sgl_alloc(len, GFP_KERNEL, &cmd->req.sg_cnt); in nvmet_tcp_map_data()
A Dfc.c2084 sg = sgl_alloc(fod->req.transfer_len, GFP_KERNEL, &nent); in nvmet_fc_alloc_tgt_pgs()

Completed in 39 milliseconds