Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dkthread.h103 struct kthread_delayed_work { struct
132 struct kthread_delayed_work dwork = \
186 struct kthread_delayed_work *dwork,
190 struct kthread_delayed_work *dwork,
197 bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *work);
/Linux-v4.19/kernel/
Dkthread.c835 struct kthread_delayed_work *dwork = from_timer(dwork, t, timer); in kthread_delayed_work_timer_fn()
860 struct kthread_delayed_work *dwork, in __kthread_queue_delayed_work()
904 struct kthread_delayed_work *dwork, in kthread_queue_delayed_work()
988 struct kthread_delayed_work *dwork = in __kthread_cancel_work()
989 container_of(work, struct kthread_delayed_work, work); in __kthread_cancel_work()
1041 struct kthread_delayed_work *dwork, in kthread_mod_delayed_work()
1135 bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *dwork) in kthread_cancel_delayed_work_sync()
/Linux-v4.19/drivers/ptp/
Dptp_private.h61 struct kthread_delayed_work aux_work;
/Linux-v4.19/drivers/net/dsa/mv88e6xxx/
Dchip.h263 struct kthread_delayed_work irq_poll_work;
/Linux-v4.19/drivers/thermal/
Dintel_powerclamp.c94 struct kthread_delayed_work idle_injection_work;
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder.c211 struct kthread_delayed_work delayed_off_work;