Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dworkqueue.c1217 static int try_to_grab_pending(struct work_struct *work, bool is_dwork, in try_to_grab_pending() argument
1226 if (is_dwork) { in try_to_grab_pending()
2809 static bool __cancel_work_timer(struct work_struct *work, bool is_dwork) in __cancel_work_timer() argument
2816 ret = try_to_grab_pending(work, is_dwork, &flags); in __cancel_work_timer()