Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dscompress.c159 req->dst = sgl_alloc(req->dlen, GFP_ATOMIC, NULL); in scomp_acomp_comp_decomp()
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/
Dqat_comp_algs.c262 areq->dst = sgl_alloc(dlen, f, NULL); in qat_comp_alg_compress_decompress()
Dqat_bl.c346 dst = sgl_alloc(dlen, gfp, NULL); in qat_bl_sgl_alloc_map()
/linux-6.12.1/include/linux/
Dscatterlist.h485 struct scatterlist *sgl_alloc(unsigned long long length, gfp_t gfp,
/linux-6.12.1/lib/
Dscatterlist.c666 struct scatterlist *sgl_alloc(unsigned long long length, gfp_t gfp, in sgl_alloc() function
671 EXPORT_SYMBOL(sgl_alloc);
/linux-6.12.1/drivers/usb/usbip/
Dstub_rx.c504 sgl = sgl_alloc(buf_len, GFP_KERNEL, &nents); in stub_recv_cmd_submit()
/linux-6.12.1/drivers/nvme/target/
Dcore.c1090 req->sg = sgl_alloc(nvmet_data_transfer_len(req), GFP_KERNEL, in nvmet_req_alloc_sgls()
1096 req->metadata_sg = sgl_alloc(req->metadata_len, GFP_KERNEL, in nvmet_req_alloc_sgls()
Dtcp.c427 cmd->req.sg = sgl_alloc(len, GFP_KERNEL, &cmd->req.sg_cnt); in nvmet_tcp_map_data()
Dfc.c2100 sg = sgl_alloc(fod->req.transfer_len, GFP_KERNEL, &nent); in nvmet_fc_alloc_tgt_pgs()