1SCSI_DEVICE_RESUME(9) SCSI mid layer SCSI_DEVICE_RESUME(9)
2
3
4
6 scsi_device_resume - Restart user issued commands to a quiesced device.
7
9 void scsi_device_resume(struct scsi_device * sdev);
10
12 sdev
13 scsi device to resume.
14
16 Moves the device from quiesced back to running and restarts the queues.
17
18 Must be called with user context, may sleep.
19
21 James Bottomley <James.Bottomley@hansenpartnership.com>
22 Author.
23
24 Rob Landley <rob@landley.net>
25 Author.
26
28Kernel Hackers Manual 2.6. June 2019 SCSI_DEVICE_RESUME(9)