Searched refs:is_dwork (Results 1 – 2 of 2) sorted by relevance
1297 static bool __kthread_cancel_work_sync(struct kthread_work *work, bool is_dwork) in __kthread_cancel_work_sync() argument1310 if (is_dwork) in __kthread_cancel_work_sync()
1268 static int try_to_grab_pending(struct work_struct *work, bool is_dwork, in try_to_grab_pending() argument1277 if (is_dwork) { in try_to_grab_pending()3122 static bool __cancel_work_timer(struct work_struct *work, bool is_dwork) in __cancel_work_timer() argument3129 ret = try_to_grab_pending(work, is_dwork, &flags); in __cancel_work_timer()3252 static bool __cancel_work(struct work_struct *work, bool is_dwork) in __cancel_work() argument3258 ret = try_to_grab_pending(work, is_dwork, &flags); in __cancel_work()