Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dworkqueue.c3447 static bool __cancel_work_timer(struct work_struct *work, bool is_dwork) in __cancel_work_timer() function
3531 return __cancel_work_timer(work, false); in cancel_work_sync()
3636 return __cancel_work_timer(&dwork->work, true); in cancel_delayed_work_sync()