Searched defs:delayed_work (Results 1 – 8 of 8) sorted by relevance
39 struct delayed_work { struct40 struct work_struct work;41 struct timer_list timer;44 struct workqueue_struct *wq;68 static inline bool queue_delayed_work(struct workqueue_struct *wq, in queue_delayed_work() argument
2948 struct delayed_work { struct2949 struct work_struct work;2950 struct timer_list timer;2951 struct workqueue_struct *wq;2952 int cpu;
4417 struct delayed_work { struct4418 struct work_struct work;4419 struct timer_list timer;4420 struct workqueue_struct *wq;4421 int cpu;
1894 struct delayed_work { struct1895 struct work_struct work;1896 struct timer_list timer;1897 struct workqueue_struct *wq;1898 int cpu;
7062 struct delayed_work { struct7063 struct work_struct work;7064 struct timer_list timer;7065 struct workqueue_struct *wq;7066 int cpu;