Query: spi_schedule_dv_device
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SPI_SCHEDULE_DV_DEVI(9) SCSI mid layer SPI_SCHEDULE_DV_DEVI(9)NAMEspi_schedule_dv_device - schedule domain validation to occur on the deviceSYNOPSISvoid spi_schedule_dv_device(struct scsi_device * sdev);ARGUMENTSsdev The device to validateDESCRIPTIONIdentical to spi_dv_device above, except that the DV will be scheduled to occur in a workqueue later. All memory allocations are atomic, so may be called from any context including those holding SCSI locks.AUTHORSJames Bottomley <James.Bottomley@hansenpartnership.com> Author. Rob Landley <rob@landley.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SPI_SCHEDULE_DV_DEVI(9)