Home
last modified time | relevance | path

Searched defs:is_dwork (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-4.19/kernel/
Dkthread.c996 static bool __kthread_cancel_work(struct kthread_work *work, bool is_dwork, in __kthread_cancel_work()
1083 static bool __kthread_cancel_work_sync(struct kthread_work *work, bool is_dwork) in __kthread_cancel_work_sync()
Dworkqueue.c1206 static int try_to_grab_pending(struct work_struct *work, bool is_dwork, in try_to_grab_pending()
2967 static bool __cancel_work_timer(struct work_struct *work, bool is_dwork) in __cancel_work_timer()
3097 static bool __cancel_work(struct work_struct *work, bool is_dwork) in __cancel_work()
/kernel/linux/linux-5.10/kernel/
Dkthread.c1191 static bool __kthread_cancel_work_sync(struct kthread_work *work, bool is_dwork) in __kthread_cancel_work_sync()
Dworkqueue.c1236 static int try_to_grab_pending(struct work_struct *work, bool is_dwork, in try_to_grab_pending()
3086 static bool __cancel_work_timer(struct work_struct *work, bool is_dwork) in __cancel_work_timer()
3216 static bool __cancel_work(struct work_struct *work, bool is_dwork) in __cancel_work()