Searched refs:sgl_alloc (Results 1 – 10 of 10) sorted by relevance
/linux-6.14.4/crypto/ |
D | scompress.c | 159 req->dst = sgl_alloc(req->dlen, GFP_ATOMIC, NULL); in scomp_acomp_comp_decomp()
|
/linux-6.14.4/include/linux/ |
D | scatterlist.h | 485 struct scatterlist *sgl_alloc(unsigned long long length, gfp_t gfp,
|
/linux-6.14.4/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.14.4/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.14.4/drivers/usb/usbip/ |
D | stub_rx.c | 504 sgl = sgl_alloc(buf_len, GFP_KERNEL, &nents); in stub_recv_cmd_submit()
|
/linux-6.14.4/drivers/nvme/target/ |
D | core.c | 1280 req->sg = sgl_alloc(nvmet_data_transfer_len(req), GFP_KERNEL, in nvmet_req_alloc_sgls() 1286 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 | 2086 sg = sgl_alloc(fod->req.transfer_len, GFP_KERNEL, &nent); in nvmet_fc_alloc_tgt_pgs()
|
/linux-6.14.4/drivers/hid/intel-thc-hid/intel-thc/ |
D | intel-thc-dma.c | 249 config->sgls[i] = sgl_alloc(buf_sz, GFP_KERNEL, &nent); in setup_dma_buffers()
|