Lines Matching refs:delayed_work
113 struct delayed_work { struct
136 static inline struct delayed_work *to_delayed_work(struct work_struct *work) in to_delayed_work() argument
138 return container_of(work, struct delayed_work, work); in to_delayed_work()
175 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, 0)
178 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, TIMER_DEFERRABLE)
183 extern void destroy_delayed_work_on_stack(struct delayed_work *work);
191 static inline void destroy_delayed_work_on_stack(struct delayed_work *work) { } in destroy_delayed_work_on_stack()
432 struct delayed_work *work, unsigned long delay);
434 struct delayed_work *dwork, unsigned long delay);
446 extern bool flush_delayed_work(struct delayed_work *dwork);
447 extern bool cancel_delayed_work(struct delayed_work *dwork);
448 extern bool cancel_delayed_work_sync(struct delayed_work *dwork);
484 struct delayed_work *dwork, in queue_delayed_work()
499 struct delayed_work *dwork, in mod_delayed_work()
571 static inline bool schedule_delayed_work_on(int cpu, struct delayed_work *dwork, in schedule_delayed_work_on()
585 static inline bool schedule_delayed_work(struct delayed_work *dwork, in schedule_delayed_work()