Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/
A Dkthread.c1285 static bool __kthread_cancel_work_sync(struct kthread_work *work, bool is_dwork) in __kthread_cancel_work_sync() argument
1298 if (is_dwork) in __kthread_cancel_work_sync()
A Dworkqueue.c1261 static int try_to_grab_pending(struct work_struct *work, bool is_dwork, in try_to_grab_pending() argument
1270 if (is_dwork) { in try_to_grab_pending()
3213 static bool __cancel_work_timer(struct work_struct *work, bool is_dwork) in __cancel_work_timer() argument
3220 ret = try_to_grab_pending(work, is_dwork, &flags); in __cancel_work_timer()
3343 static bool __cancel_work(struct work_struct *work, bool is_dwork) in __cancel_work() argument
3349 ret = try_to_grab_pending(work, is_dwork, &flags); in __cancel_work()

Completed in 14 milliseconds