Searched refs:hrtimer_try_to_cancel (Results 1 – 6 of 6) sorted by relevance
35 hrtimer_try_to_cancel(&bctimer); in bc_shutdown()
1316 int hrtimer_try_to_cancel(struct hrtimer *timer) in hrtimer_try_to_cancel() function1341 EXPORT_SYMBOL_GPL(hrtimer_try_to_cancel);1443 ret = hrtimer_try_to_cancel(timer); in hrtimer_cancel()
224 if (hrtimer_try_to_cancel(timer) < 0) { in do_setitimer()
412 ret = hrtimer_try_to_cancel(&alarm->timer); in alarm_try_to_cancel()
825 return hrtimer_try_to_cancel(&timr->it.real.timer); in common_hrtimer_try_to_cancel()
331 if (hrtimer_try_to_cancel(&p->dl.inactive_timer) == 1) in dl_change_utilization()471 if (hrtimer_try_to_cancel(&dl_se->inactive_timer) == 1) in task_contending()1693 hrtimer_try_to_cancel(&p->dl.dl_timer); in enqueue_task_dl()1903 if (hrtimer_try_to_cancel(&p->dl.inactive_timer) == 1) in migrate_task_rq_dl()2647 if (hrtimer_try_to_cancel(&p->dl.inactive_timer) == 1) in switched_to_dl()