Home
last modified time | relevance | path

Searched refs:dwork (Results 1 – 9 of 9) sorted by relevance

/include/linux/
Dkthread.h150 #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,
Dworkqueue.h599 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 …]
Dbacking-dev-defs.h142 struct delayed_work dwork; /* work item used for writeback */ member
Dblkdev.h1582 int kblockd_mod_delayed_work_on(int cpu, struct delayed_work *dwork, unsigned long delay);
Dlibata.h2029 extern void ata_sff_queue_delayed_work(struct delayed_work *dwork,
/include/linux/sunrpc/
Dsched.h189 struct delayed_work dwork; member
/include/net/netfilter/
Dnf_conntrack.h49 struct delayed_work dwork; member
/include/net/
Dcfg80211.h6155 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);
Dmac80211.h6312 struct delayed_work *dwork,