bool queue_work(struct workqueue_struct *wq, struct work_struct *work); bool queue_work_on(int cpu, struct workqueue_struct *wq, struct work_struct *work); bool queue_delayed_work_on(int cpu, struct workqueue_struct *wq, struct delayed_work *work, unsigned long delay); bool mod_delayed_work_on(int cpu, struct workqueue_struct *wq, struct delayed_work *dwork, unsigned long delay);