Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/ptp/
Dptp_clock.c307 kthread_cancel_delayed_work_sync(&ptp->aux_work); in ptp_clock_unregister()
395 kthread_cancel_delayed_work_sync(&ptp->aux_work); in ptp_cancel_worker_sync()
/Linux-v5.10/include/linux/
Dkthread.h200 bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *work);
/Linux-v5.10/kernel/
Dkthread.c1183 bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *dwork) in kthread_cancel_delayed_work_sync() function
1187 EXPORT_SYMBOL_GPL(kthread_cancel_delayed_work_sync);
/Linux-v5.10/drivers/thermal/intel/
Dintel_powerclamp.c511 kthread_cancel_delayed_work_sync(&w_data->idle_injection_work); in stop_power_clamp_worker()
/Linux-v5.10/drivers/net/dsa/mv88e6xxx/
Dchip.c393 kthread_cancel_delayed_work_sync(&chip->irq_poll_work); in mv88e6xxx_irq_poll_free()