Searched refs:sgl_alloc (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/crypto/ |
D | scompress.c | 159 req->dst = sgl_alloc(req->dlen, GFP_ATOMIC, NULL); in scomp_acomp_comp_decomp()
|
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/ |
D | qat_comp_algs.c | 262 areq->dst = sgl_alloc(dlen, f, NULL); in qat_comp_alg_compress_decompress()
|
D | qat_bl.c | 346 dst = sgl_alloc(dlen, gfp, NULL); in qat_bl_sgl_alloc_map()
|
/linux-6.12.1/include/linux/ |
D | scatterlist.h | 485 struct scatterlist *sgl_alloc(unsigned long long length, gfp_t gfp,
|
/linux-6.12.1/lib/ |
D | scatterlist.c | 666 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/ |
D | stub_rx.c | 504 sgl = sgl_alloc(buf_len, GFP_KERNEL, &nents); in stub_recv_cmd_submit()
|
/linux-6.12.1/drivers/nvme/target/ |
D | core.c | 1090 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()
|
D | tcp.c | 427 cmd->req.sg = sgl_alloc(len, GFP_KERNEL, &cmd->req.sg_cnt); in nvmet_tcp_map_data()
|
D | fc.c | 2100 sg = sgl_alloc(fod->req.transfer_len, GFP_KERNEL, &nent); in nvmet_fc_alloc_tgt_pgs()
|