/openbmc/linux/kernel/time/ |
H A D | tick-broadcast-hrtimer.c | 35 hrtimer_try_to_cancel(&bctimer); in bc_shutdown()
|
H A D | itimer.c | 224 if (hrtimer_try_to_cancel(timer) < 0) { in do_setitimer()
|
H A D | hrtimer.c | 1313 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 D | alarmtimer.c | 411 ret = hrtimer_try_to_cancel(&alarm->timer); in alarm_try_to_cancel()
|
H A D | posix-timers.c | 815 return hrtimer_try_to_cancel(&timr->it.real.timer); in common_hrtimer_try_to_cancel()
|
/openbmc/linux/io_uring/ |
H A D | timeout.c | 97 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 D | hrtimer.c | 112 hrtimer_try_to_cancel(&stime->hrt); in snd_hrtimer_stop()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | emulate.c | 32 hrtimer_try_to_cancel(&vcpu->arch.dec_timer); in kvmppc_emulate_dec()
|
H A D | book3s_hv_builtin.c | 498 hrtimer_try_to_cancel(&vcpu->arch.dec_timer); in kvmppc_end_cede()
|
/openbmc/linux/drivers/input/joystick/ |
H A D | walkera0701.c | 133 if (unlikely(0 != hrtimer_try_to_cancel(&w->timer))) { in walkera0701_irq_handler()
|
/openbmc/linux/include/linux/ |
H A D | hrtimer.h | 424 extern int hrtimer_try_to_cancel(struct hrtimer *timer);
|
/openbmc/linux/kernel/sched/ |
H A D | deadline.c | 331 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 D | amdgpu_vkms.c | 86 hrtimer_try_to_cancel(&amdgpu_crtc->vblank_timer); in amdgpu_vkms_disable_vblank()
|
/openbmc/linux/fs/ |
H A D | timerfd.c | 489 if (hrtimer_try_to_cancel(&ctx->t.tmr) >= 0) in do_timerfd_settime()
|
/openbmc/linux/drivers/power/supply/ |
H A D | ab8500_chargalg.c | 417 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 D | ti-tsc2046.c | 586 hrtimer_try_to_cancel(&priv->trig_timer); in tsc2046_adc_irq()
|
/openbmc/linux/Documentation/timers/ |
H A D | hrtimers.rst | 120 hrtimer_try_to_cancel() and hrtimer_cancel() [which are roughly
|
/openbmc/linux/drivers/rtc/ |
H A D | interface.c | 734 if (hrtimer_try_to_cancel(&rtc->pie_timer) < 0) in rtc_update_hrtimer()
|
/openbmc/linux/net/can/j1939/ |
H A D | transport.c | 2206 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 D | bfq-wf2q.c | 1554 hrtimer_try_to_cancel(&bfqd->idle_slice_timer); in __bfq_bfqd_reset_in_service()
|
/openbmc/linux/Documentation/trace/ |
H A D | ftrace.rst | 2121 <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 D | tcp.h | 651 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 D | imx.c | 454 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 D | i915_request.c | 321 if (wdg->timer.function && hrtimer_try_to_cancel(&wdg->timer) > 0) in __rq_cancel_watchdog()
|
/openbmc/linux/drivers/base/power/ |
H A D | runtime.c | 132 hrtimer_try_to_cancel(&dev->power.suspend_timer); in pm_runtime_deactivate_timer()
|