Lines Matching defs:dwork
2057 struct delayed_work *dwork = to_delayed_work(work); in try_to_grab_pending() local
2484 struct delayed_work *dwork = from_timer(dwork, t, timer); in delayed_work_timer_fn() local
2492 struct delayed_work *dwork, unsigned long delay) in __queue_delayed_work()
2550 struct delayed_work *dwork, unsigned long delay) in queue_delayed_work_on()
2589 struct delayed_work *dwork, unsigned long delay) in mod_delayed_work_on()
4281 bool flush_delayed_work(struct delayed_work *dwork) in flush_delayed_work()
4421 bool cancel_delayed_work(struct delayed_work *dwork) in cancel_delayed_work()
4436 bool cancel_delayed_work_sync(struct delayed_work *dwork) in cancel_delayed_work_sync()
4512 bool disable_delayed_work(struct delayed_work *dwork) in disable_delayed_work()
4525 bool disable_delayed_work_sync(struct delayed_work *dwork) in disable_delayed_work_sync()
4538 bool enable_delayed_work(struct delayed_work *dwork) in enable_delayed_work()