Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/
Dkthread.c1192 static bool __kthread_cancel_work_sync(struct kthread_work *work, bool is_dwork) in __kthread_cancel_work_sync() function
1247 return __kthread_cancel_work_sync(work, false); in kthread_cancel_work_sync()
1262 return __kthread_cancel_work_sync(&dwork->work, true); in kthread_cancel_delayed_work_sync()