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.h92 struct delayed_work { struct
97 static inline struct delayed_work *to_delayed_work(struct work_struct *work)
99 return container_of(work, struct delayed_work, work);
139 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f)
142 struct delayed_work n = __DEFERRED_WORK_INITIALIZER(n, f)
372 struct delayed_work *work, unsigned long delay);
374 struct delayed_work *work, unsigned long delay);
382 extern int schedule_delayed_work(struct delayed_work *work, unsigned long delay);
383 extern int schedule_delayed_work_on(int cpu, struct delayed_work *work,
394 extern bool flush_delayed_work(struct delayed_work *dwor
[all...]
/include/sound/
H A Dsoc-dapm.h546 struct delayed_work delayed_work; member in struct:snd_soc_dapm_context
H A Dsoc.h514 struct delayed_work work;
910 struct delayed_work delayed_work; member in struct:snd_soc_pcm_runtime

Completed in 76 milliseconds