Searched refs:__try_to_del_timer_sync (Results 1 – 1 of 1) sorted by relevance
1406 static int __try_to_del_timer_sync(struct timer_list *timer, bool shutdown) in __try_to_del_timer_sync() function1444 return __try_to_del_timer_sync(timer, false); in try_to_del_timer_sync()1573 ret = __try_to_del_timer_sync(timer, shutdown); in __timer_delete_sync()