Lines Matching defs:dw
327 struct delayed_work *const dw = TAILQ_FIRST(&wq->wq_delayed); in destroy_workqueue() local
489 struct delayed_work *const dw = cookie; in linux_workqueue_timeout() local
868 INIT_DELAYED_WORK(struct delayed_work *dw, void (*fn)(struct work_struct *)) in INIT_DELAYED_WORK()
895 schedule_delayed_work(struct delayed_work *dw, unsigned long ticks) in schedule_delayed_work()
908 dw_callout_init(struct workqueue_struct *wq, struct delayed_work *dw) in dw_callout_init()
927 dw_callout_destroy(struct workqueue_struct *wq, struct delayed_work *dw) in dw_callout_destroy()
950 cancel_delayed_work_done(struct workqueue_struct *wq, struct delayed_work *dw) in cancel_delayed_work_done()
973 queue_delayed_work(struct workqueue_struct *wq, struct delayed_work *dw, in queue_delayed_work()
1046 mod_delayed_work(struct workqueue_struct *wq, struct delayed_work *dw, in mod_delayed_work()
1237 cancel_delayed_work(struct delayed_work *dw) in cancel_delayed_work()
1327 cancel_delayed_work_sync(struct delayed_work *dw) in cancel_delayed_work_sync()
1542 flush_delayed_work(struct delayed_work *dw) in flush_delayed_work()
1622 delayed_work_pending(const struct delayed_work *dw) in delayed_work_pending()