Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_gpu_devfreq.c202 kthread_cancel_work_sync(&df->idle_work.work); in cancel_idle_work()
208 kthread_cancel_work_sync(&df->boost_work.work); in cancel_boost_work()
/openbmc/linux/include/linux/
H A Dkthread.h210 bool kthread_cancel_work_sync(struct kthread_work *work);
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_vblank_work.c200 if (kthread_cancel_work_sync(&work->base)) in drm_vblank_work_cancel_sync()
/openbmc/linux/kernel/
H A Dkthread.c1338 bool kthread_cancel_work_sync(struct kthread_work *work) in kthread_cancel_work_sync() function
1342 EXPORT_SYMBOL_GPL(kthread_cancel_work_sync);
/openbmc/linux/drivers/watchdog/
H A Dwatchdog_dev.c1143 kthread_cancel_work_sync(&wd_data->work); in watchdog_cdev_unregister()
1294 kthread_cancel_work_sync(&wd_data->work); in watchdog_dev_suspend()
/openbmc/linux/kernel/sched/
H A Dcpufreq_schedutil.c806 kthread_cancel_work_sync(&sg_policy->work); in sugov_stop()
/openbmc/linux/drivers/cpufreq/
H A Dcppc_cpufreq.c219 kthread_cancel_work_sync(&cppc_fi->work); in cppc_cpufreq_cpu_fie_exit()
/openbmc/linux/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.c712 kthread_cancel_work_sync(&vdpasim->work); in vdpasim_free()