Searched refs:current_sdev (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/
H A Dscsi_lib.c338 * including current_sdev first.
342 static void scsi_single_lun_run(struct scsi_device *current_sdev) argument
344 struct Scsi_Host *shost = current_sdev->host;
346 struct scsi_target *starget = scsi_target(current_sdev);
355 * current_sdev. We race with others (to set starget_sdev_user),
359 scsi_kick_queue(current_sdev->request_queue);
366 if (sdev == current_sdev)

Completed in 30 milliseconds