Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dworkqueue.c3250 static bool __cancel_work(struct work_struct *work, bool is_dwork) in __cancel_work() function
3285 return __cancel_work(&dwork->work, true); in cancel_delayed_work()