Lines Matching refs:delayed_work
111 struct delayed_work { struct
206 static inline struct delayed_work *to_delayed_work(struct work_struct *work) in to_delayed_work()
208 return container_of(work, struct delayed_work, work); in to_delayed_work()
249 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, 0)
252 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, TIMER_DEFERRABLE)
257 extern void destroy_delayed_work_on_stack(struct delayed_work *work);
265 static inline void destroy_delayed_work_on_stack(struct delayed_work *work) { } in destroy_delayed_work_on_stack()
501 struct delayed_work *work, unsigned long delay);
503 struct delayed_work *dwork, unsigned long delay);
517 extern bool flush_delayed_work(struct delayed_work *dwork);
518 extern bool cancel_delayed_work(struct delayed_work *dwork);
519 extern bool cancel_delayed_work_sync(struct delayed_work *dwork);
574 struct delayed_work *dwork, in queue_delayed_work()
589 struct delayed_work *dwork, in mod_delayed_work()
674 static inline bool schedule_delayed_work_on(int cpu, struct delayed_work *dwork, in schedule_delayed_work_on()
688 static inline bool schedule_delayed_work(struct delayed_work *dwork, in schedule_delayed_work()