1SCSI_QUEUE_WORK(9) SCSI mid layer SCSI_QUEUE_WORK(9)
2
3
4
6 scsi_queue_work - Queue work to the Scsi_Host workqueue.
7
9 int scsi_queue_work(struct Scsi_Host * shost,
10 struct work_struct * work);
11
13 shost
14 Pointer to Scsi_Host.
15
16 work
17 Work to queue for execution.
18
20 1 - work queued for execution 0 - work is already queued -EINVAL - work
21 queue doesn´t exist
22
24 James Bottomley <James.Bottomley@hansenpartnership.com>
25 Author.
26
27 Rob Landley <rob@landley.net>
28 Author.
29
31Kernel Hackers Manual 2.6. June 2019 SCSI_QUEUE_WORK(9)