Name
schedule_delayed_work_on —
queue work in global workqueue on CPU after delay
Synopsis
int schedule_delayed_work_on ( | int | cpu, |
| struct work_struct * | work, |
| unsigned long | delay) ; |
Arguments
cpu
cpu to use
work
job to be done
delay
number of jiffies to wait
Description
After waiting for a given time this puts a job in the kernel-global
workqueue on the specified CPU.