Searched refs:sgl_alloc (Results 1 – 10 of 10) sorted by relevance
/linux/crypto/ |
A D | scompress.c | 150 req->dst = sgl_alloc(req->dlen, GFP_ATOMIC, NULL); in scomp_acomp_comp_decomp()
|
/linux/lib/ |
A D | scatterlist.c | 652 struct scatterlist *sgl_alloc(unsigned long long length, gfp_t gfp, in sgl_alloc() function 657 EXPORT_SYMBOL(sgl_alloc);
|
/linux/include/linux/ |
A D | scatterlist.h | 339 struct scatterlist *sgl_alloc(unsigned long long length, gfp_t gfp,
|
/linux/drivers/usb/usbip/ |
A D | stub_rx.c | 492 sgl = sgl_alloc(buf_len, GFP_KERNEL, &nents); in stub_recv_cmd_submit()
|
/linux/drivers/nvme/target/ |
A D | core.c | 1047 req->sg = sgl_alloc(nvmet_data_transfer_len(req), GFP_KERNEL, in nvmet_req_alloc_sgls() 1053 req->metadata_sg = sgl_alloc(req->metadata_len, GFP_KERNEL, in nvmet_req_alloc_sgls()
|
A D | tcp.c | 390 cmd->req.sg = sgl_alloc(len, GFP_KERNEL, &cmd->req.sg_cnt); in nvmet_tcp_map_data()
|
A D | fc.c | 2082 sg = sgl_alloc(fod->req.transfer_len, GFP_KERNEL, &nent); in nvmet_fc_alloc_tgt_pgs()
|
/linux/ |
A D | vmlinux.symvers | 1538 0x00000000 sgl_alloc vmlinux EXPORT_SYMBOL
|
A D | System.map | 16526 ffff800010490540 T sgl_alloc
|
A D | .tmp_System.map | 16526 ffff800010490540 T sgl_alloc
|
Completed in 297 milliseconds