Home
last modified time | relevance | path

Searched refs:kthread_delayed_work (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/include/linux/
Dkthread.h103 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);
Dpsi_types.h150 struct kthread_delayed_work poll_work;
/Linux-v5.4/kernel/
Dkthread.c844 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/
Dptp_private.h48 struct kthread_delayed_work aux_work;
/Linux-v5.4/kernel/sched/
Dpsi.c580 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/
Dchip.h293 struct kthread_delayed_work irq_poll_work;
/Linux-v5.4/drivers/thermal/intel/
Dintel_powerclamp.c79 struct kthread_delayed_work idle_injection_work;