centos man page for scsi_device_resume

Query: scsi_device_resume

OS: centos

Section: 9

Links: centos man pages   all man pages

Forums: forum home   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SCSI_DEVICE_RESUME(9)						  SCSI mid layer					     SCSI_DEVICE_RESUME(9)

NAME
scsi_device_resume - Restart user issued commands to a quiesced device.
SYNOPSIS
void scsi_device_resume(struct scsi_device * sdev);
ARGUMENTS
sdev scsi device to resume.
DESCRIPTION
Moves the device from quiesced back to running and restarts the queues. Must be called with user context, may sleep.
AUTHORS
James Bottomley <James.Bottomley@hansenpartnership.com> Author. Rob Landley <rob@landley.net> Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 SCSI_DEVICE_RESUME(9)