Home
last modified time | relevance | path

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

/linux/kernel/
H A Dkthread.c1304 static bool __kthread_cancel_work_sync(struct kthread_work *work, bool is_dwork) in __kthread_cancel_work_sync() function
1359 return __kthread_cancel_work_sync(work, false); in kthread_cancel_work_sync()
1374 return __kthread_cancel_work_sync(&dwork->work, true); in kthread_cancel_delayed_work_sync()