1SPI_SCHEDULE_DV_DEVI(9) SCSI mid layer SPI_SCHEDULE_DV_DEVI(9)
2
3
4
6 spi_schedule_dv_device - schedule domain validation to occur on the
7 device
8
10 void spi_schedule_dv_device(struct scsi_device * sdev);
11
13 sdev
14 The device to validate
15
17 Identical to spi_dv_device above, except that the DV will be scheduled
18 to occur in a workqueue later. All memory allocations are atomic, so
19 may be called from any context including those holding SCSI locks.
20
22 James Bottomley <James.Bottomley@hansenpartnership.com>
23 Author.
24
25 Rob Landley <rob@landley.net>
26 Author.
27
29Kernel Hackers Manual 2.6. November 2011 SPI_SCHEDULE_DV_DEVI(9)