Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dworkqueue.c4321 static bool __cancel_work_sync(struct work_struct *work, u32 cflags) in __cancel_work_sync() function
4374 return __cancel_work_sync(work, 0); in cancel_work_sync()
4411 return __cancel_work_sync(&dwork->work, WORK_CANCEL_DELAYED); in cancel_delayed_work_sync()
4448 return __cancel_work_sync(work, WORK_CANCEL_DISABLE); in disable_work_sync()
4500 return __cancel_work_sync(&dwork->work, in disable_delayed_work_sync()