Home
last modified time | relevance | path

Searched refs:hrtimer_try_to_cancel (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/linux/kernel/time/
H A Dtick-broadcast-hrtimer.c35 hrtimer_try_to_cancel(&bctimer); in bc_shutdown()
H A Ditimer.c224 if (hrtimer_try_to_cancel(timer) < 0) { in do_setitimer()
H A Dhrtimer.c1313 int hrtimer_try_to_cancel(struct hrtimer *timer) in hrtimer_try_to_cancel() function
1338 EXPORT_SYMBOL_GPL(hrtimer_try_to_cancel);
1452 ret = hrtimer_try_to_cancel(timer); in hrtimer_cancel()
H A Dalarmtimer.c411 ret = hrtimer_try_to_cancel(&alarm->timer); in alarm_try_to_cancel()
H A Dposix-timers.c815 return hrtimer_try_to_cancel(&timr->it.real.timer); in common_hrtimer_try_to_cancel()
/openbmc/linux/io_uring/
H A Dtimeout.c97 if (hrtimer_try_to_cancel(&io->timer) != -1) { in io_kill_timeout()
228 if (hrtimer_try_to_cancel(&io->timer) != -1) { in __io_disarm_linked_timeout()
280 if (hrtimer_try_to_cancel(&io->timer) == -1) in io_timeout_extract()
394 if (hrtimer_try_to_cancel(&io->timer) == -1) in io_linked_timeout_update()
/openbmc/linux/sound/core/
H A Dhrtimer.c112 hrtimer_try_to_cancel(&stime->hrt); in snd_hrtimer_stop()
/openbmc/linux/arch/powerpc/kvm/
H A Demulate.c32 hrtimer_try_to_cancel(&vcpu->arch.dec_timer); in kvmppc_emulate_dec()
H A Dbook3s_hv_builtin.c498 hrtimer_try_to_cancel(&vcpu->arch.dec_timer); in kvmppc_end_cede()
/openbmc/linux/drivers/input/joystick/
H A Dwalkera0701.c133 if (unlikely(0 != hrtimer_try_to_cancel(&w->timer))) { in walkera0701_irq_handler()
/openbmc/linux/include/linux/
H A Dhrtimer.h424 extern int hrtimer_try_to_cancel(struct hrtimer *timer);
/openbmc/linux/kernel/sched/
H A Ddeadline.c331 if (hrtimer_try_to_cancel(&p->dl.inactive_timer) == 1) in dl_change_utilization()
474 if (hrtimer_try_to_cancel(&dl_se->inactive_timer) == 1) in task_contending()
1731 hrtimer_try_to_cancel(&p->dl.dl_timer); in enqueue_task_dl()
1900 if (hrtimer_try_to_cancel(&p->dl.inactive_timer) == 1) in migrate_task_rq_dl()
2643 if (hrtimer_try_to_cancel(&p->dl.inactive_timer) == 1) in switched_to_dl()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vkms.c86 hrtimer_try_to_cancel(&amdgpu_crtc->vblank_timer); in amdgpu_vkms_disable_vblank()
/openbmc/linux/fs/
H A Dtimerfd.c489 if (hrtimer_try_to_cancel(&ctx->t.tmr) >= 0) in do_timerfd_settime()
/openbmc/linux/drivers/power/supply/
H A Dab8500_chargalg.c417 if (hrtimer_try_to_cancel(&di->safety_timer) >= 0) in ab8500_chargalg_stop_safety_timer()
450 if (hrtimer_try_to_cancel(&di->maintenance_timer) >= 0) in ab8500_chargalg_stop_maintenance_timer()
/openbmc/linux/drivers/iio/adc/
H A Dti-tsc2046.c586 hrtimer_try_to_cancel(&priv->trig_timer); in tsc2046_adc_irq()
/openbmc/linux/Documentation/timers/
H A Dhrtimers.rst120 hrtimer_try_to_cancel() and hrtimer_cancel() [which are roughly
/openbmc/linux/drivers/rtc/
H A Dinterface.c734 if (hrtimer_try_to_cancel(&rtc->pie_timer) < 0) in rtc_update_hrtimer()
/openbmc/linux/net/can/j1939/
H A Dtransport.c2206 if (hrtimer_try_to_cancel(&session->txtimer) == 1) in j1939_cancel_active_session()
2208 if (hrtimer_try_to_cancel(&session->rxtimer) == 1) in j1939_cancel_active_session()
/openbmc/linux/block/
H A Dbfq-wf2q.c1554 hrtimer_try_to_cancel(&bfqd->idle_slice_timer); in __bfq_bfqd_reset_in_service()
/openbmc/linux/Documentation/trace/
H A Dftrace.rst2121 <idle>-0 3dN.1 15us : hrtimer_try_to_cancel <-hrtimer_cancel
2122 <idle>-0 3dN.1 16us : lock_hrtimer_base.isra.18 <-hrtimer_try_to_cancel
2131 <idle>-0 3dN.2 19us : _raw_spin_unlock_irqrestore <-hrtimer_try_to_cancel
2396 yum-updatesd-3111 [003] 1637.254682: hrtimer_try_to_cancel <-hrtimer_cancel
2397 yum-updatesd-3111 [003] 1637.254683: lock_hrtimer_base <-hrtimer_try_to_cancel
3011 <idle>-0 [003] dN.1 4228.547804: hrtimer_try_to_cancel <-hrtimer_cancel
3027 hrtimer_try_to_cancel
3065 hrtimer_try_to_cancel
/openbmc/linux/include/net/
H A Dtcp.h651 if (hrtimer_try_to_cancel(&tcp_sk(sk)->pacing_timer) == 1) in tcp_clear_xmit_timers()
654 if (hrtimer_try_to_cancel(&tcp_sk(sk)->compressed_ack_timer) == 1) in tcp_clear_xmit_timers()
/openbmc/linux/drivers/tty/serial/
H A Dimx.c454 hrtimer_try_to_cancel(&sport->trigger_start_tx); in imx_uart_stop_tx()
725 hrtimer_try_to_cancel(&sport->trigger_stop_tx); in imx_uart_start_tx()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_request.c321 if (wdg->timer.function && hrtimer_try_to_cancel(&wdg->timer) > 0) in __rq_cancel_watchdog()
/openbmc/linux/drivers/base/power/
H A Druntime.c132 hrtimer_try_to_cancel(&dev->power.suspend_timer); in pm_runtime_deactivate_timer()

12