Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dworkqueue.c4348 static bool __cancel_work_sync(struct work_struct *work, u32 cflags) in __cancel_work_sync() function
4401 return __cancel_work_sync(work, 0); in cancel_work_sync()
4438 return __cancel_work_sync(&dwork->work, WORK_CANCEL_DELAYED); in cancel_delayed_work_sync()
4475 return __cancel_work_sync(work, WORK_CANCEL_DISABLE); in disable_work_sync()
4527 return __cancel_work_sync(&dwork->work, in disable_delayed_work_sync()