Searched refs:sgl_alloc (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/lib/ |
D | scatterlist.c | 540 struct scatterlist *sgl_alloc(unsigned long long length, gfp_t gfp, in sgl_alloc() function 545 EXPORT_SYMBOL(sgl_alloc);
|
/Linux-v5.4/crypto/ |
D | scompress.c | 150 req->dst = sgl_alloc(req->dlen, GFP_ATOMIC, NULL); in scomp_acomp_comp_decomp()
|
/Linux-v5.4/include/linux/ |
D | scatterlist.h | 287 struct scatterlist *sgl_alloc(unsigned long long length, gfp_t gfp,
|
/Linux-v5.4/drivers/usb/usbip/ |
D | stub_rx.c | 482 sgl = sgl_alloc(buf_len, GFP_KERNEL, &nents); in stub_recv_cmd_submit()
|
/Linux-v5.4/drivers/nvme/target/ |
D | core.c | 968 req->sg = sgl_alloc(req->transfer_len, GFP_KERNEL, &req->sg_cnt); in nvmet_req_alloc_sgl()
|
D | tcp.c | 337 cmd->req.sg = sgl_alloc(len, GFP_KERNEL, &cmd->req.sg_cnt); in nvmet_tcp_map_data()
|
D | fc.c | 1723 sg = sgl_alloc(fod->req.transfer_len, GFP_KERNEL, &nent); in nvmet_fc_alloc_tgt_pgs()
|