Home
last modified time | relevance | path

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

/linux/kernel/
H A Dworkqueue.c4335 static bool __cancel_work_sync(struct work_struct *work, u32 cflags) in __cancel_work_sync() function
4388 return __cancel_work_sync(work, 0); in cancel_work_sync()
4425 return __cancel_work_sync(&dwork->work, WORK_CANCEL_DELAYED); in cancel_delayed_work_sync()
4462 return __cancel_work_sync(work, WORK_CANCEL_DISABLE); in disable_work_sync()
4514 return __cancel_work_sync(&dwork->work, in disable_delayed_work_sync()