Searched refs:sgl_alloc (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | scatterlist.c | 614 * sgl_alloc - allocate a scatterlist and its pages 621 struct scatterlist *sgl_alloc(unsigned long long length, gfp_t gfp, in sgl_alloc() function 626 EXPORT_SYMBOL(sgl_alloc); variable
|
/kernel/linux/linux-5.10/crypto/ |
H A D | scompress.c | 153 req->dst = sgl_alloc(req->dlen, GFP_ATOMIC, NULL); in scomp_acomp_comp_decomp()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | scatterlist.h | 307 struct scatterlist *sgl_alloc(unsigned long long length, gfp_t gfp,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | scatterlist.h | 485 struct scatterlist *sgl_alloc(unsigned long long length, gfp_t gfp,
|
/kernel/linux/linux-6.6/crypto/ |
H A D | scompress.c | 146 req->dst = sgl_alloc(req->dlen, GFP_ATOMIC, NULL); in scomp_acomp_comp_decomp()
|
/kernel/linux/linux-6.6/lib/ |
H A D | scatterlist.c | 658 * sgl_alloc - allocate a scatterlist and its pages 665 struct scatterlist *sgl_alloc(unsigned long long length, gfp_t gfp, in sgl_alloc() function 670 EXPORT_SYMBOL(sgl_alloc); variable
|
/kernel/linux/linux-5.10/drivers/usb/usbip/ |
H A D | stub_rx.c | 494 sgl = sgl_alloc(buf_len, GFP_KERNEL, &nents); in stub_recv_cmd_submit()
|
/kernel/linux/linux-6.6/drivers/usb/usbip/ |
H A D | stub_rx.c | 494 sgl = sgl_alloc(buf_len, GFP_KERNEL, &nents); in stub_recv_cmd_submit()
|
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_bl.c | 344 dst = sgl_alloc(dlen, gfp, NULL); in qat_bl_sgl_alloc_map()
|
H A D | qat_comp_algs.c | 346 areq->dst = sgl_alloc(dlen, f, NULL); in qat_comp_alg_compress_decompress()
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | core.c | 1041 req->sg = sgl_alloc(nvmet_data_transfer_len(req), GFP_KERNEL, in nvmet_req_alloc_sgls() 1047 req->metadata_sg = sgl_alloc(req->metadata_len, GFP_KERNEL, in nvmet_req_alloc_sgls()
|
H A D | tcp.c | 366 cmd->req.sg = sgl_alloc(len, GFP_KERNEL, &cmd->req.sg_cnt); in nvmet_tcp_map_data()
|
H A D | fc.c | 2073 sg = sgl_alloc(fod->req.transfer_len, GFP_KERNEL, &nent); in nvmet_fc_alloc_tgt_pgs()
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | core.c | 1064 req->sg = sgl_alloc(nvmet_data_transfer_len(req), GFP_KERNEL, in nvmet_req_alloc_sgls() 1070 req->metadata_sg = sgl_alloc(req->metadata_len, GFP_KERNEL, in nvmet_req_alloc_sgls()
|
H A D | tcp.c | 402 cmd->req.sg = sgl_alloc(len, GFP_KERNEL, &cmd->req.sg_cnt); in nvmet_tcp_map_data()
|
H A D | fc.c | 2096 sg = sgl_alloc(fod->req.transfer_len, GFP_KERNEL, &nent); in nvmet_fc_alloc_tgt_pgs()
|
Completed in 26 milliseconds