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