vs_tpg            196 drivers/vhost/scsi.c 	struct vhost_scsi_tpg **vs_tpg;
vs_tpg            893 drivers/vhost/scsi.c 		struct vhost_scsi_tpg **vs_tpg, *tpg;
vs_tpg            895 drivers/vhost/scsi.c 		vs_tpg = vq->private_data;	/* validated at handler entry */
vs_tpg            897 drivers/vhost/scsi.c 		tpg = READ_ONCE(vs_tpg[*vc->target]);
vs_tpg            913 drivers/vhost/scsi.c 	struct vhost_scsi_tpg **vs_tpg, *tpg;
vs_tpg            932 drivers/vhost/scsi.c 	vs_tpg = vq->private_data;
vs_tpg            933 drivers/vhost/scsi.c 	if (!vs_tpg)
vs_tpg           1390 drivers/vhost/scsi.c 	struct vhost_scsi_tpg **vs_tpg;
vs_tpg           1407 drivers/vhost/scsi.c 	len = sizeof(vs_tpg[0]) * VHOST_SCSI_MAX_TARGET;
vs_tpg           1408 drivers/vhost/scsi.c 	vs_tpg = kzalloc(len, GFP_KERNEL);
vs_tpg           1409 drivers/vhost/scsi.c 	if (!vs_tpg) {
vs_tpg           1413 drivers/vhost/scsi.c 	if (vs->vs_tpg)
vs_tpg           1414 drivers/vhost/scsi.c 		memcpy(vs_tpg, vs->vs_tpg, len);
vs_tpg           1429 drivers/vhost/scsi.c 			if (vs->vs_tpg && vs->vs_tpg[tpg->tport_tpgt]) {
vs_tpg           1430 drivers/vhost/scsi.c 				kfree(vs_tpg);
vs_tpg           1445 drivers/vhost/scsi.c 				kfree(vs_tpg);
vs_tpg           1451 drivers/vhost/scsi.c 			vs_tpg[tpg->tport_tpgt] = tpg;
vs_tpg           1463 drivers/vhost/scsi.c 			vq->private_data = vs_tpg;
vs_tpg           1477 drivers/vhost/scsi.c 	kfree(vs->vs_tpg);
vs_tpg           1478 drivers/vhost/scsi.c 	vs->vs_tpg = vs_tpg;
vs_tpg           1508 drivers/vhost/scsi.c 	if (!vs->vs_tpg) {
vs_tpg           1515 drivers/vhost/scsi.c 		tpg = vs->vs_tpg[target];
vs_tpg           1536 drivers/vhost/scsi.c 		vs->vs_tpg[target] = NULL;
vs_tpg           1559 drivers/vhost/scsi.c 	kfree(vs->vs_tpg);
vs_tpg           1560 drivers/vhost/scsi.c 	vs->vs_tpg = NULL;