Searched refs:kthread_delayed_work (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/include/linux/ |
D | kthread.h | 103 struct kthread_delayed_work { struct 132 struct kthread_delayed_work dwork = \ 185 struct kthread_delayed_work *dwork, 189 struct kthread_delayed_work *dwork, 196 bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *work);
|
D | psi_types.h | 150 struct kthread_delayed_work poll_work;
|
/Linux-v5.4/kernel/ |
D | kthread.c | 844 struct kthread_delayed_work *dwork = from_timer(dwork, t, timer); in kthread_delayed_work_timer_fn() 870 struct kthread_delayed_work *dwork, in __kthread_queue_delayed_work() 914 struct kthread_delayed_work *dwork, in kthread_queue_delayed_work() 998 struct kthread_delayed_work *dwork = in __kthread_cancel_work() 999 container_of(work, struct kthread_delayed_work, work); in __kthread_cancel_work() 1051 struct kthread_delayed_work *dwork, in kthread_mod_delayed_work() 1145 bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *dwork) in kthread_cancel_delayed_work_sync()
|
/Linux-v5.4/drivers/ptp/ |
D | ptp_private.h | 48 struct kthread_delayed_work aux_work;
|
/Linux-v5.4/kernel/sched/ |
D | psi.c | 580 struct kthread_delayed_work *dwork; in psi_poll_work() 585 dwork = container_of(work, struct kthread_delayed_work, work); in psi_poll_work()
|
/Linux-v5.4/drivers/net/dsa/mv88e6xxx/ |
D | chip.h | 293 struct kthread_delayed_work irq_poll_work;
|
/Linux-v5.4/drivers/thermal/intel/ |
D | intel_powerclamp.c | 79 struct kthread_delayed_work idle_injection_work;
|