Query: queue_work_on
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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 |
---|
rdma_post_ud_send(3) - debian |
cpuset_isset(3) - netbsd |
cpuset_set(3) - netbsd |
workqueue(9) - netbsd |
tapset::irq(3stap) - debian |
Similar Topics in the Unix Linux Community |
---|
How to restrict user to a specific directory in solaris 10 |
Cut command on RHEL 6.8 compatibility issues |
Update kernel Linux without reboot?! |
Tar Command |
Shopt -s histappend |