Lines Matching refs:delayed_work
114 struct delayed_work { struct
215 static inline struct delayed_work *to_delayed_work(struct work_struct *work) in to_delayed_work()
217 return container_of(work, struct delayed_work, work); in to_delayed_work()
258 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, 0)
261 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, TIMER_DEFERRABLE)
266 extern void destroy_delayed_work_on_stack(struct delayed_work *work);
274 static inline void destroy_delayed_work_on_stack(struct delayed_work *work) { } in destroy_delayed_work_on_stack()
597 struct delayed_work *work, unsigned long delay);
599 struct delayed_work *dwork, unsigned long delay);
613 extern bool flush_delayed_work(struct delayed_work *dwork);
614 extern bool cancel_delayed_work(struct delayed_work *dwork);
615 extern bool cancel_delayed_work_sync(struct delayed_work *dwork);
621 extern bool disable_delayed_work(struct delayed_work *dwork);
622 extern bool disable_delayed_work_sync(struct delayed_work *dwork);
623 extern bool enable_delayed_work(struct delayed_work *dwork);
680 struct delayed_work *dwork, in queue_delayed_work()
695 struct delayed_work *dwork, in mod_delayed_work()
806 static inline bool schedule_delayed_work_on(int cpu, struct delayed_work *dwork, in schedule_delayed_work_on()
820 static inline bool schedule_delayed_work(struct delayed_work *dwork, in schedule_delayed_work()