Searched refs:__kthread_cancel_work_sync (Results 1 – 1 of 1) sorted by relevance
1285 static bool __kthread_cancel_work_sync(struct kthread_work *work, bool is_dwork) in __kthread_cancel_work_sync() function1340 return __kthread_cancel_work_sync(work, false); in kthread_cancel_work_sync()1355 return __kthread_cancel_work_sync(&dwork->work, true); in kthread_cancel_delayed_work_sync()