Home
last modified time | relevance | path

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

/kernel/
Dworkqueue.c3234 static bool __cancel_work(struct work_struct *work, bool is_dwork) in __cancel_work() function
3269 return __cancel_work(&dwork->work, true); in cancel_delayed_work()