other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SCSI_QUEUE_WORK(9) | SCSI mid layer | SCSI_QUEUE_WORK(9) |
NAME¶
scsi_queue_work - Queue work to the Scsi_Host workqueue.SYNOPSIS¶
int
scsi_queue_work(struct Scsi_Host * shost,
struct work_struct * work);
ARGUMENTS¶
shostPointer to Scsi_Host.
work
Work to queue for execution.
RETURN VALUE¶
1 - work queued for execution 0 - work is already queued -EINVAL - work queue doesn't existAUTHORS¶
James Bottomley <James.Bottomley@hansenpartnership.com>Author.
Rob Landley <rob@landley.net>
Author.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |