Home
last modified time | relevance | path

Searched refs:is_dwork (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/kernel/
H A Dkthread.c1192 static bool __kthread_cancel_work_sync(struct kthread_work *work, bool is_dwork) in __kthread_cancel_work_sync() argument
1205 if (is_dwork) in __kthread_cancel_work_sync()
H A Dworkqueue.c1221 * @is_dwork: @work is a delayed_work
1248 static int try_to_grab_pending(struct work_struct *work, bool is_dwork, in try_to_grab_pending() argument
1257 if (is_dwork) { in try_to_grab_pending()
3096 static bool __cancel_work_timer(struct work_struct *work, bool is_dwork) in __cancel_work_timer() argument
3103 ret = try_to_grab_pending(work, is_dwork, &flags); in __cancel_work_timer()
3226 static bool __cancel_work(struct work_struct *work, bool is_dwork) in __cancel_work() argument
3232 ret = try_to_grab_pending(work, is_dwork, &flags); in __cancel_work()
/kernel/linux/linux-6.6/kernel/
H 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()
H A Dworkqueue.c1910 * @is_dwork: @work is a delayed_work
1937 static int try_to_grab_pending(struct work_struct *work, bool is_dwork, in try_to_grab_pending() argument
1946 if (is_dwork) { in try_to_grab_pending()
3836 static bool __cancel_work_timer(struct work_struct *work, bool is_dwork) in __cancel_work_timer() argument
3843 ret = try_to_grab_pending(work, is_dwork, &flags); in __cancel_work_timer()
3966 static bool __cancel_work(struct work_struct *work, bool is_dwork) in __cancel_work() argument
3972 ret = try_to_grab_pending(work, is_dwork, &flags); in __cancel_work()

Completed in 20 milliseconds