Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dkthread.h106 struct kthread_delayed_work { struct
135 struct kthread_delayed_work dwork = \
189 struct kthread_delayed_work *dwork,
193 struct kthread_delayed_work *dwork,
200 bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *work);
/Linux-v5.10/kernel/
Dkthread.c881 struct kthread_delayed_work *dwork = from_timer(dwork, t, timer); in kthread_delayed_work_timer_fn()
908 struct kthread_delayed_work *dwork, in __kthread_queue_delayed_work()
952 struct kthread_delayed_work *dwork, in kthread_queue_delayed_work()
1036 struct kthread_delayed_work *dwork = in __kthread_cancel_work()
1037 container_of(work, struct kthread_delayed_work, work); in __kthread_cancel_work()
1089 struct kthread_delayed_work *dwork, in kthread_mod_delayed_work()
1183 bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *dwork) in kthread_cancel_delayed_work_sync()
/Linux-v5.10/drivers/ptp/
Dptp_private.h48 struct kthread_delayed_work aux_work;
/Linux-v5.10/drivers/thermal/intel/
Dintel_powerclamp.c76 struct kthread_delayed_work idle_injection_work;
/Linux-v5.10/drivers/net/dsa/mv88e6xxx/
Dchip.h321 struct kthread_delayed_work irq_poll_work;