other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
QUEUE_WORK_ON(9) | Driver Basics | QUEUE_WORK_ON(9) |
NAME¶
queue_work_on - queue work on specific cpuSYNOPSIS¶
bool
queue_work_on(int cpu,
struct workqueue_struct * wq,
struct work_struct * work);
ARGUMENTS¶
cpuCPU number to execute work on
wq
workqueue to use
work
work to queue
DESCRIPTION¶
We queue the work to a specific CPU, the caller must ensure it can't go away.RETURN¶
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |