Searched refs:dwork (Results 1 – 9 of 9) sorted by relevance
| /include/linux/ |
| D | kthread.h | 150 #define KTHREAD_DELAYED_WORK_INIT(dwork, fn) { \ argument 151 .work = KTHREAD_WORK_INIT((dwork).work, (fn)), \ 159 #define DEFINE_KTHREAD_DELAYED_WORK(dwork, fn) \ argument 160 struct kthread_delayed_work dwork = \ 161 KTHREAD_DELAYED_WORK_INIT(dwork, fn) 179 #define kthread_init_delayed_work(dwork, fn) \ argument 181 kthread_init_work(&(dwork)->work, (fn)); \ 182 timer_setup(&(dwork)->timer, \ 201 struct kthread_delayed_work *dwork, 205 struct kthread_delayed_work *dwork,
|
| D | workqueue.h | 599 struct delayed_work *dwork, unsigned long delay); 613 extern bool flush_delayed_work(struct delayed_work *dwork); 614 extern bool cancel_delayed_work(struct delayed_work *dwork); 615 extern bool cancel_delayed_work_sync(struct delayed_work *dwork); 621 extern bool disable_delayed_work(struct delayed_work *dwork); 622 extern bool disable_delayed_work_sync(struct delayed_work *dwork); 623 extern bool enable_delayed_work(struct delayed_work *dwork); 680 struct delayed_work *dwork, in queue_delayed_work() argument 683 return queue_delayed_work_on(WORK_CPU_UNBOUND, wq, dwork, delay); in queue_delayed_work() 695 struct delayed_work *dwork, in mod_delayed_work() argument [all …]
|
| D | backing-dev-defs.h | 142 struct delayed_work dwork; /* work item used for writeback */ member
|
| D | blkdev.h | 1582 int kblockd_mod_delayed_work_on(int cpu, struct delayed_work *dwork, unsigned long delay);
|
| D | libata.h | 2029 extern void ata_sff_queue_delayed_work(struct delayed_work *dwork,
|
| /include/linux/sunrpc/ |
| D | sched.h | 189 struct delayed_work dwork; member
|
| /include/net/netfilter/ |
| D | nf_conntrack.h | 49 struct delayed_work dwork; member
|
| /include/net/ |
| D | cfg80211.h | 6155 static inline void wiphy_delayed_work_init(struct wiphy_delayed_work *dwork, in wiphy_delayed_work_init() argument 6158 timer_setup(&dwork->timer, wiphy_delayed_work_timer, 0); in wiphy_delayed_work_init() 6159 wiphy_work_init(&dwork->work, func); in wiphy_delayed_work_init() 6176 struct wiphy_delayed_work *dwork, 6188 struct wiphy_delayed_work *dwork); 6199 struct wiphy_delayed_work *dwork); 6243 struct wiphy_delayed_work *dwork);
|
| D | mac80211.h | 6312 struct delayed_work *dwork,
|