Searched refs:is_dwork (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/kernel/ |
D | kthread.c | 1031 static bool __kthread_cancel_work(struct kthread_work *work, bool is_dwork, in __kthread_cancel_work() argument 1035 if (is_dwork) { in __kthread_cancel_work() 1118 static bool __kthread_cancel_work_sync(struct kthread_work *work, bool is_dwork) in __kthread_cancel_work_sync() argument 1131 ret = __kthread_cancel_work(work, is_dwork, &flags); in __kthread_cancel_work_sync()
|
D | workqueue.c | 1235 static int try_to_grab_pending(struct work_struct *work, bool is_dwork, in try_to_grab_pending() argument 1244 if (is_dwork) { in try_to_grab_pending() 3088 static bool __cancel_work_timer(struct work_struct *work, bool is_dwork) in __cancel_work_timer() argument 3095 ret = try_to_grab_pending(work, is_dwork, &flags); in __cancel_work_timer() 3218 static bool __cancel_work(struct work_struct *work, bool is_dwork) in __cancel_work() argument 3224 ret = try_to_grab_pending(work, is_dwork, &flags); in __cancel_work()
|