QUEUE_WORK_ON(9) Driver Basics QUEUE_WORK_ON(9)NAMEqueue_work_on - queue work on specific cpuSYNOPSISint queue_work_on(int cpu, struct workqueue_struct * wq, struct work_struct * work);ARGUMENTScpu CPU number to execute work on wq workqueue to use work work to queueDESCRIPTIONReturns 0 if work was already on a queue, non-zero otherwise. We queue the work to a specific CPU, the caller must ensure it can't go away.COPYRIGHTKernel Hackers Manual 2.6. July 2010 QUEUE_WORK_ON(9)
| Related Man Pages |
|---|
| workqueue_destroy(9) - netbsd |
| cpuset(3) - netbsd |
| cpuset_set(3) - netbsd |
| cpuset_size(3) - netbsd |
| workqueue_create(9) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| Grant unprivileged user rights to see the output of echo|format but not modify disks |
| Migrating to UNIX |
| Update kernel Linux without reboot?! |
| Tar Command |
| A (ksh) Library For and From UNIX.com |