Man Page: queue_delayed_work_on
Operating Environment: centos
Section: 9
QUEUE_DELAYED_WORK_O(9) Driver Basics QUEUE_DELAYED_WORK_O(9)NAMEqueue_delayed_work_on - queue work on specific CPU after delaySYNOPSISbool queue_delayed_work_on(int cpu, struct workqueue_struct * wq, struct delayed_work * dwork, unsigned long delay);ARGUMENTScpu CPU number to execute work on wq workqueue to use dwork work to queue delay number of jiffies to wait before queueingDESCRIPTIONReturns false if work was already on a queue, true otherwise. If delay is zero and dwork is idle, it will be scheduled for immediate execution.COPYRIGHTKernel Hackers Manual 3.10 June 2014 QUEUE_DELAYED_WORK_O(9)
| Related Man Pages |
|---|
| sodelayqueuesensor(3) - debian |
| soidlesensor(3) - debian |
| cpuset(3) - netbsd |
| cpuset_size(3) - netbsd |
| workqueue_create(9) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| CentOS7 restoring file capabilities |
| Docker learning Phase-I |
| CentOS 6 ran out of space, need to reclaim it |
| Please Welcome Dave Munro to the Moderator Team! |