Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dkthread.h196 bool kthread_cancel_work_sync(struct kthread_work *work);
/Linux-v4.19/kernel/
Dkthread.c1120 bool kthread_cancel_work_sync(struct kthread_work *work) in kthread_cancel_work_sync() function
1124 EXPORT_SYMBOL_GPL(kthread_cancel_work_sync);
/Linux-v4.19/drivers/thermal/
Dintel_powerclamp.c528 kthread_cancel_work_sync(&w_data->balancing_work); in stop_power_clamp_worker()
/Linux-v4.19/kernel/sched/
Dcpufreq_schedutil.c846 kthread_cancel_work_sync(&sg_policy->work); in sugov_stop()
/Linux-v4.19/drivers/watchdog/
Dwatchdog_dev.c1033 kthread_cancel_work_sync(&wd_data->work); in watchdog_cdev_unregister()