Searched refs:hrtimer_try_to_cancel (Results 1 – 25 of 34) sorted by relevance
12
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()
112 hrtimer_try_to_cancel(&stime->hrt); in snd_hrtimer_stop()
32 hrtimer_try_to_cancel(&vcpu->arch.dec_timer); in kvmppc_emulate_dec()
579 hrtimer_try_to_cancel(&vcpu->arch.dec_timer); in kvmppc_end_cede()
440 hrtimer_try_to_cancel(&priv->trig_timer); in tsc2046_adc_irq()497 hrtimer_try_to_cancel(&priv->trig_timer); in tsc2046_adc_set_trigger_state()
133 if (unlikely(0 != hrtimer_try_to_cancel(&w->timer))) { in walkera0701_irq_handler()
422 extern int hrtimer_try_to_cancel(struct hrtimer *timer);
253 if (hrtimer_try_to_cancel(&p->dl.inactive_timer) == 1) in dl_change_utilization()393 if (hrtimer_try_to_cancel(&dl_se->inactive_timer) == 1) in task_contending()1630 hrtimer_try_to_cancel(&p->dl.dl_timer); in enqueue_task_dl()1830 if (hrtimer_try_to_cancel(&p->dl.inactive_timer) == 1) in migrate_task_rq_dl()2577 if (hrtimer_try_to_cancel(&p->dl.inactive_timer) == 1) in switched_to_dl()
489 if (hrtimer_try_to_cancel(&ctx->t.tmr) >= 0) in do_timerfd_settime()
471 if (hrtimer_try_to_cancel(&di->safety_timer) >= 0) in ab8500_chargalg_stop_safety_timer()503 if (hrtimer_try_to_cancel(&di->maintenance_timer) >= 0) in ab8500_chargalg_stop_maintenance_timer()
120 hrtimer_try_to_cancel() and hrtimer_cancel() [which are roughly
2177 if (hrtimer_try_to_cancel(&session->txtimer) == 1) in j1939_cancel_active_session()2179 if (hrtimer_try_to_cancel(&session->rxtimer) == 1) in j1939_cancel_active_session()
733 if (hrtimer_try_to_cancel(&rtc->pie_timer) < 0) in rtc_update_hrtimer()
2059 <idle>-0 3dN.1 15us : hrtimer_try_to_cancel <-hrtimer_cancel2060 <idle>-0 3dN.1 16us : lock_hrtimer_base.isra.18 <-hrtimer_try_to_cancel2069 <idle>-0 3dN.2 19us : _raw_spin_unlock_irqrestore <-hrtimer_try_to_cancel2334 yum-updatesd-3111 [003] 1637.254682: hrtimer_try_to_cancel <-hrtimer_cancel2335 yum-updatesd-3111 [003] 1637.254683: lock_hrtimer_base <-hrtimer_try_to_cancel2836 <idle>-0 [003] dN.1 4228.547804: hrtimer_try_to_cancel <-hrtimer_cancel2852 hrtimer_try_to_cancel2890 hrtimer_try_to_cancel
1606 hrtimer_try_to_cancel(&bfqd->idle_slice_timer); in __bfq_bfqd_reset_in_service()
4635 hrtimer_try_to_cancel(&bfqd->idle_slice_timer); in bfq_select_queue()5866 hrtimer_try_to_cancel(&bfqd->idle_slice_timer); in bfq_rq_enqueued()
628 if (hrtimer_try_to_cancel(&tcp_sk(sk)->pacing_timer) == 1) in tcp_clear_xmit_timers()631 if (hrtimer_try_to_cancel(&tcp_sk(sk)->compressed_ack_timer) == 1) in tcp_clear_xmit_timers()
467 hrtimer_try_to_cancel(&sport->trigger_start_tx); in imx_uart_stop_tx()706 hrtimer_try_to_cancel(&sport->trigger_stop_tx); in imx_uart_start_tx()
967 hrtimer_try_to_cancel(&ncm->task_timer); in package_for_tx()
132 hrtimer_try_to_cancel(&dev->power.suspend_timer); in pm_runtime_deactivate_timer()
303 if (wdg->timer.function && hrtimer_try_to_cancel(&wdg->timer) > 0) in __rq_cancel_watchdog()
Completed in 116 milliseconds