QUEUE_WORK_ON(9) Driver Basics QUEUE_WORK_ON(9)NAMEqueue_work_on - queue work on specific cpuSYNOPSISbool 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 false if work was already on a queue, true otherwise. We queue the work to a specific CPU, the caller must ensure it can't go away.COPYRIGHTKernel Hackers Manual 3.10 June 2014 QUEUE_WORK_ON(9)
| Related Man Pages |
|---|
| tevent_queue_tutorial(3) - centos |
| rdma_post_ud_send(3) - debian |
| cpuset_destroy(3) - netbsd |
| workqueue_enqueue(9) - netbsd |
| tapset::irq(3stap) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| How to increment version inside a file? |
| DB2 convert digits to binary format |
| Tar Command |
| Shopt -s histappend |
| Unsure why access time on a directory change isn't changing |