sgl_alloc         150 crypto/scompress.c 			req->dst = sgl_alloc(req->dlen, GFP_ATOMIC, NULL);
sgl_alloc         969 drivers/nvme/target/core.c 	req->sg = sgl_alloc(req->transfer_len, GFP_KERNEL, &req->sg_cnt);
sgl_alloc        1723 drivers/nvme/target/fc.c 	sg = sgl_alloc(fod->req.transfer_len, GFP_KERNEL, &nent);
sgl_alloc         337 drivers/nvme/target/tcp.c 	cmd->req.sg = sgl_alloc(len, GFP_KERNEL, &cmd->req.sg_cnt);
sgl_alloc         492 drivers/usb/usbip/stub_rx.c 			sgl = sgl_alloc(buf_len, GFP_KERNEL, &nents);
sgl_alloc         287 include/linux/scatterlist.h struct scatterlist *sgl_alloc(unsigned long long length, gfp_t gfp,
sgl_alloc         545 lib/scatterlist.c EXPORT_SYMBOL(sgl_alloc);