tvc_sgl 92 drivers/vhost/scsi.c struct scatterlist *tvc_sgl; tvc_sgl 332 drivers/vhost/scsi.c put_page(sg_page(&tv_cmd->tvc_sgl[i])); tvc_sgl 594 drivers/vhost/scsi.c sg = cmd->tvc_sgl; tvc_sgl 598 drivers/vhost/scsi.c cmd->tvc_sgl = sg; tvc_sgl 725 drivers/vhost/scsi.c sg_init_table(cmd->tvc_sgl, sgl_count); tvc_sgl 728 drivers/vhost/scsi.c cmd->tvc_sgl, cmd->tvc_sgl_count); tvc_sgl 731 drivers/vhost/scsi.c cmd->tvc_sgl, cmd->tvc_sgl_count); tvc_sgl 767 drivers/vhost/scsi.c sg_ptr = cmd->tvc_sgl; tvc_sgl 1866 drivers/vhost/scsi.c kfree(tv_cmd->tvc_sgl); tvc_sgl 1920 drivers/vhost/scsi.c tv_cmd->tvc_sgl = kcalloc(VHOST_SCSI_PREALLOC_SGLS, tvc_sgl 1923 drivers/vhost/scsi.c if (!tv_cmd->tvc_sgl) {