table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
QUEUE_KTHREAD_WORK(9) | Driver Basics | QUEUE_KTHREAD_WORK(9) |
NAME¶
queue_kthread_work - queue a kthread_workSYNOPSIS¶
bool
queue_kthread_work(struct kthread_worker * worker,
struct kthread_work * work);
ARGUMENTS¶
workertarget kthread_worker
work
kthread_work to queue
DESCRIPTION¶
Queue work to work processor task for async execution. task must have been created with kthread_worker_create. Returns true if work was successfully queued, false if it was already pending.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |