1SCSI_COMPLETE_ASYNC_(9) SCSI mid layer SCSI_COMPLETE_ASYNC_(9)
2
3
4
6 scsi_complete_async_scans - Wait for asynchronous scans to complete
7
9 int scsi_complete_async_scans(void);
10
12 void
13 no arguments
14
16 When this function returns, any host which started scanning before this
17 function was called will have finished its scan. Hosts which started
18 scanning after this function was called may or may not have finished.
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_COMPLETE_ASYNC_(9)