Home
last modified time | relevance | path

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

/linux/kernel/
H A Dkthread.c1523 bool kthread_cancel_work_sync(struct kthread_work *work) in kthread_cancel_work_sync() function
1527 EXPORT_SYMBOL_GPL(kthread_cancel_work_sync);
/linux/kernel/sched/
H A Dcpufreq_schedutil.c888 kthread_cancel_work_sync(&sg_policy->work); in sugov_stop()