Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/
Dworkqueue.c3252 static bool __cancel_work(struct work_struct *work, bool is_dwork) in __cancel_work() function
3287 return __cancel_work(&dwork->work, true); in cancel_delayed_work()