Home
last modified time | relevance | path

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

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