Home
last modified time | relevance | path

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

/include/linux/
A Dkthread.h151 #define KTHREAD_DELAYED_WORK_INIT(dwork, fn) { \ argument
152 .work = KTHREAD_WORK_INIT((dwork).work, (fn)), \
160 #define DEFINE_KTHREAD_DELAYED_WORK(dwork, fn) \ argument
161 struct kthread_delayed_work dwork = \
162 KTHREAD_DELAYED_WORK_INIT(dwork, fn)
180 #define kthread_init_delayed_work(dwork, fn) \ argument
182 kthread_init_work(&(dwork)->work, (fn)); \
183 timer_setup(&(dwork)->timer, \
247 struct kthread_delayed_work *dwork,
251 struct kthread_delayed_work *dwork,
A Dworkqueue.h600 struct delayed_work *dwork, unsigned long delay);
614 extern bool flush_delayed_work(struct delayed_work *dwork);
615 extern bool cancel_delayed_work(struct delayed_work *dwork);
616 extern bool cancel_delayed_work_sync(struct delayed_work *dwork);
622 extern bool disable_delayed_work(struct delayed_work *dwork);
624 extern bool enable_delayed_work(struct delayed_work *dwork);
681 struct delayed_work *dwork, in queue_delayed_work() argument
696 struct delayed_work *dwork, in mod_delayed_work() argument
699 return mod_delayed_work_on(WORK_CPU_UNBOUND, wq, dwork, delay); in mod_delayed_work()
810 return queue_delayed_work_on(cpu, system_wq, dwork, delay); in schedule_delayed_work_on()
[all …]
A Dbacking-dev-defs.h141 struct delayed_work dwork; /* work item used for writeback */ member
A Dblkdev.h1620 int kblockd_mod_delayed_work_on(int cpu, struct delayed_work *dwork, unsigned long delay);
A Dlibata.h2033 extern void ata_sff_queue_delayed_work(struct delayed_work *dwork,
/include/net/libeth/
A Dtypes.h101 struct delayed_work dwork; member
A Dxdp.h231 cancel_delayed_work_sync(&timer->dwork); in libeth_xdpsq_deinit_timer()
247 &timer->dwork, HZ); in libeth_xdpsq_queue_timer()
264 dwork.work); in libeth_xdpsq_run_timer()
/include/linux/sunrpc/
A Dsched.h190 struct delayed_work dwork; member
/include/net/netfilter/
A Dnf_conntrack.h45 struct delayed_work dwork; member
/include/net/
A Dcfg80211.h6273 static inline void wiphy_delayed_work_init(struct wiphy_delayed_work *dwork, in wiphy_delayed_work_init() argument
6276 timer_setup(&dwork->timer, wiphy_delayed_work_timer, 0); in wiphy_delayed_work_init()
6277 wiphy_work_init(&dwork->work, func); in wiphy_delayed_work_init()
6294 struct wiphy_delayed_work *dwork,
6306 struct wiphy_delayed_work *dwork);
6317 struct wiphy_delayed_work *dwork);
6361 struct wiphy_delayed_work *dwork);
A Dmac80211.h6344 struct delayed_work *dwork,

Completed in 71 milliseconds