Searched defs:dwork (Results 1 – 5 of 5) sorted by relevance
| /kernel/ |
| D | kthread.c | 1052 struct kthread_delayed_work *dwork = from_timer(dwork, t, timer); in kthread_delayed_work_timer_fn() local 1079 struct kthread_delayed_work *dwork, in __kthread_queue_delayed_work() 1123 struct kthread_delayed_work *dwork, in kthread_queue_delayed_work() 1202 struct kthread_delayed_work *dwork = in kthread_cancel_delayed_work_timer() local 1270 struct kthread_delayed_work *dwork, in kthread_mod_delayed_work() 1384 bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *dwork) in kthread_cancel_delayed_work_sync()
|
| D | workqueue.c | 2065 struct delayed_work *dwork = to_delayed_work(work); in try_to_grab_pending() local 2490 struct delayed_work *dwork = from_timer(dwork, t, timer); in delayed_work_timer_fn() local 2498 struct delayed_work *dwork, unsigned long delay) in __queue_delayed_work() 2549 struct delayed_work *dwork, unsigned long delay) in queue_delayed_work_on() 2588 struct delayed_work *dwork, unsigned long delay) in mod_delayed_work_on() 4271 bool flush_delayed_work(struct delayed_work *dwork) in flush_delayed_work() 4411 bool cancel_delayed_work(struct delayed_work *dwork) in cancel_delayed_work() 4426 bool cancel_delayed_work_sync(struct delayed_work *dwork) in cancel_delayed_work_sync() 4502 bool disable_delayed_work(struct delayed_work *dwork) in disable_delayed_work() 4515 bool disable_delayed_work_sync(struct delayed_work *dwork) in disable_delayed_work_sync() [all …]
|
| /kernel/cgroup/ |
| D | cgroup-v1.c | 218 struct delayed_work *dwork = to_delayed_work(work); in cgroup_pidlist_destroy_work_fn() local
|
| /kernel/sched/ |
| D | psi.c | 563 struct delayed_work *dwork; in psi_avgs_work() local
|
| D | core.c | 6297 struct delayed_work *dwork = to_delayed_work(work); in sched_tick_remote() local
|