Searched defs:dwork (Results 1 - 3 of 3) sorted by relevance

/include/net/
H A Daf_vsock.h62 struct delayed_work dwork; member in struct:vsock_sock
/include/linux/
H A Dbacking-dev.h54 struct delayed_work dwork; /* work item used for writeback */ member in struct:bdi_writeback
95 spinlock_t wb_lock; /* protects work_list & wb.dwork scheduling */
H A Dworkqueue.h436 struct delayed_work *dwork, unsigned long delay);
449 extern bool flush_delayed_work(struct delayed_work *dwork);
450 extern bool cancel_delayed_work(struct delayed_work *dwork);
451 extern bool cancel_delayed_work_sync(struct delayed_work *dwork);
480 * @dwork: delayable work to queue
486 struct delayed_work *dwork,
489 return queue_delayed_work_on(WORK_CPU_UNBOUND, wq, dwork, delay);
495 * @dwork: work to queue
501 struct delayed_work *dwork,
504 return mod_delayed_work_on(WORK_CPU_UNBOUND, wq, dwork, dela
485 queue_delayed_work(struct workqueue_struct *wq, struct delayed_work *dwork, unsigned long delay) argument
500 mod_delayed_work(struct workqueue_struct *wq, struct delayed_work *dwork, unsigned long delay) argument
544 schedule_delayed_work_on(int cpu, struct delayed_work *dwork, unsigned long delay) argument
558 schedule_delayed_work(struct delayed_work *dwork, unsigned long delay) argument
[all...]

Completed in 106 milliseconds