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

/drivers/scsi/
H A Dscsi_lib.c323 * including current_sdev first.
327 static void scsi_single_lun_run(struct scsi_device *current_sdev) argument
329 struct Scsi_Host *shost = current_sdev->host;
331 struct scsi_target *starget = scsi_target(current_sdev);
340 * current_sdev. We race with others (to set starget_sdev_user),
344 blk_run_queue(current_sdev->request_queue);
351 if (sdev == current_sdev)

Completed in 129 milliseconds