Query: mod_delayed_work_on
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MOD_DELAYED_WORK_ON(9) Driver Basics MOD_DELAYED_WORK_ON(9)NAMEmod_delayed_work_on - modify delay of or queue a delayed work on specific CPUSYNOPSISbool mod_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 queueingDESCRIPTIONIf dwork is idle, equivalent to queue_delayed_work_on; otherwise, modify dwork's timer so that it expires after delay. If delay is zero, work is guaranteed to be scheduled immediately regardless of its current state. Returns false if dwork was idle and queued, true if dwork was pending and its timer was modified. This function is safe to call from any context including IRQ handler. See try_to_grab_pending for details.COPYRIGHTKernel Hackers Manual 3.10 June 2014 MOD_DELAYED_WORK_ON(9)
Related Man Pages |
---|
workqueue_destroy(9) - netbsd |
after(n) - suse |
workqueue_enqueue(9) - netbsd |
after(ntcl) - mojave |
after(10) - suse |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Best performance UNIX just for HOST Virtualization? |
Tar Command |
Shopt -s histappend |
Controlling user input |