Home
last modified time | relevance | path

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

/linux/kernel/
H A Dworkqueue.c4432 static bool __cancel_work_sync(struct work_struct *work, u32 cflags) in __cancel_work_sync() function
4485 return __cancel_work_sync(work, 0); in cancel_work_sync()
4522 return __cancel_work_sync(&dwork->work, WORK_CANCEL_DELAYED); in cancel_delayed_work_sync()
4559 return __cancel_work_sync(work, WORK_CANCEL_DISABLE); in disable_work_sync()
4611 return __cancel_work_sync(&dwork->work, in disable_delayed_work_sync()