Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_lib.c306 * Kick the queue of SCSI device @sdev if @sdev != current_sdev. Called with
311 struct scsi_device *current_sdev = data; in scsi_kick_sdev_queue() local
313 if (sdev != current_sdev) in scsi_kick_sdev_queue()
320 * including current_sdev first.
324 static void scsi_single_lun_run(struct scsi_device *current_sdev) in scsi_single_lun_run() argument
326 struct Scsi_Host *shost = current_sdev->host; in scsi_single_lun_run()
327 struct scsi_target *starget = scsi_target(current_sdev); in scsi_single_lun_run()
336 * current_sdev. We race with others (to set starget_sdev_user), in scsi_single_lun_run()
340 blk_mq_run_hw_queues(current_sdev->request_queue, in scsi_single_lun_run()
345 __starget_for_each_device(starget, current_sdev, in scsi_single_lun_run()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_lib.c344 * including current_sdev first.
348 static void scsi_single_lun_run(struct scsi_device *current_sdev) in scsi_single_lun_run() argument
350 struct Scsi_Host *shost = current_sdev->host; in scsi_single_lun_run()
352 struct scsi_target *starget = scsi_target(current_sdev); in scsi_single_lun_run()
361 * current_sdev. We race with others (to set starget_sdev_user), in scsi_single_lun_run()
365 scsi_kick_queue(current_sdev->request_queue); in scsi_single_lun_run()
372 if (sdev == current_sdev) in scsi_single_lun_run()

Completed in 9 milliseconds