Name
schedule_delayed_work —
put work task in global workqueue after delay
Synopsis
int fastcall schedule_delayed_work ( | struct work_struct * | work, |
| unsigned long | delay) ; |
Arguments
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.