Searched defs:delayed_work (Results 1 - 4 of 4) sorted by relevance

/include/linux/ceph/
H A Dmon_client.h37 struct delayed_work delayed_work; member in struct:ceph_mon_request
64 struct delayed_work delayed_work; member in struct:ceph_mon_client
/include/linux/
H A Dworkqueue.h112 struct delayed_work { struct
135 static inline struct delayed_work *to_delayed_work(struct work_struct *work)
137 return container_of(work, struct delayed_work, work);
174 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, 0)
177 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, TIMER_DEFERRABLE)
182 extern void destroy_delayed_work_on_stack(struct delayed_work *work);
190 static inline void destroy_delayed_work_on_stack(struct delayed_work *work) { }
434 struct delayed_work *work, unsigned long delay);
436 struct delayed_work *dwork, unsigned long delay);
449 extern bool flush_delayed_work(struct delayed_work *dwor
[all...]
/include/sound/
H A Dsoc-dapm.h589 struct delayed_work delayed_work; member in struct:snd_soc_dapm_context
H A Dsoc.h643 struct delayed_work work;
1136 struct delayed_work delayed_work; member in struct:snd_soc_pcm_runtime

Completed in 424 milliseconds