Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/
Dkthread.c1285 static bool __kthread_cancel_work_sync(struct kthread_work *work, bool is_dwork) in __kthread_cancel_work_sync() function
1340 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()