Home
last modified time | relevance | path

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

12

/linux/kernel/time/
H A Dtick-broadcast-hrtimer.c35 hrtimer_try_to_cancel(&bctimer); in bc_shutdown()
H A Dhrtimer.c1337 * hrtimer_try_to_cancel - try to deactivate a timer
1347 int hrtimer_try_to_cancel(struct hrtimer *timer) in hrtimer_try_to_cancel() function
1372 EXPORT_SYMBOL_GPL(hrtimer_try_to_cancel);
1488 ret = hrtimer_try_to_cancel(timer); in hrtimer_cancel()
H A Ditimer.c244 if (hrtimer_try_to_cancel(timer) < 0) { in do_setitimer()
H A Dalarmtimer.c392 ret = hrtimer_try_to_cancel(&alarm->timer); in alarm_try_to_cancel()
/linux/io_uring/
H A Dtimeout.c116 if (hrtimer_try_to_cancel(&io->timer) != -1) { in io_kill_timeout()
246 if (hrtimer_try_to_cancel(&io->timer) != -1) { in __io_disarm_linked_timeout()
298 if (hrtimer_try_to_cancel(&io->timer) == -1) in io_timeout_extract()
413 if (hrtimer_try_to_cancel(&io->timer) == -1) in io_linked_timeout_update()
/linux/sound/core/
H A Dhrtimer.c110 hrtimer_try_to_cancel(&stime->hrt); in snd_hrtimer_stop()
/linux/arch/powerpc/kvm/
H A Demulate.c32 hrtimer_try_to_cancel(&vcpu->arch.dec_timer); in kvmppc_emulate_dec()
/linux/include/linux/
H A Dhrtimer.h267 extern int hrtimer_try_to_cancel(struct hrtimer *timer);
/linux/kernel/sched/
H A Ddeadline.c310 if (hrtimer_try_to_cancel(&dl_se->inactive_timer) == 1) { in dl_rq_change_utilization()
323 * If the timer callback was running (hrtimer_try_to_cancel == -1), in cancel_dl_timer()
326 if (hrtimer_try_to_cancel(timer) == 1 && !dl_server(dl_se)) in cancel_dl_timer()
893 hrtimer_try_to_cancel(&dl_se->dl_timer); in replenish_dl_entity()
1468 hrtimer_try_to_cancel(&dl_se->dl_timer); in update_curr_dl_se()
1605 hrtimer_try_to_cancel(&dl_se->dl_timer); in dl_server_stop()
2039 hrtimer_try_to_cancel(&dl_se->dl_timer); in enqueue_dl_entity()
/linux/drivers/input/joystick/
H A Dwalkera0701.c133 if (unlikely(0 != hrtimer_try_to_cancel(&w->timer))) { in walkera0701_irq_handler()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vkms.c85 hrtimer_try_to_cancel(&amdgpu_crtc->vblank_timer); in amdgpu_vkms_disable_vblank()
/linux/fs/
H A Dtimerfd.c490 if (hrtimer_try_to_cancel(&ctx->t.tmr) >= 0) in do_timerfd_settime()
/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()
/linux/drivers/iio/adc/
H A Dti-tsc2046.c581 hrtimer_try_to_cancel(&priv->trig_timer); in tsc2046_adc_irq()
/linux/Documentation/timers/
H A Dhrtimers.rst120 hrtimer_try_to_cancel() and hrtimer_cancel() [which are roughly
/linux/drivers/rtc/
H A Dinterface.c734 if (hrtimer_try_to_cancel(&rtc->pie_timer) < 0) in rtc_update_hrtimer()
/linux/block/
H A Dbfq-wf2q.c1554 hrtimer_try_to_cancel(&bfqd->idle_slice_timer); in __bfq_bfqd_reset_in_service()
H A Dbfq-iosched.c4874 hrtimer_try_to_cancel(&bfqd->idle_slice_timer); in bfq_select_queue()
6115 hrtimer_try_to_cancel(&bfqd->idle_slice_timer); in bfq_rq_enqueued()
/linux/net/can/j1939/
H A Dtransport.c2202 if (hrtimer_try_to_cancel(&session->txtimer) == 1) in j1939_cancel_active_session()
2204 if (hrtimer_try_to_cancel(&session->rxtimer) == 1) in j1939_cancel_active_session()
/linux/drivers/tty/serial/
H A Dimx.c458 hrtimer_try_to_cancel(&sport->trigger_start_tx); in imx_uart_stop_tx()
721 hrtimer_try_to_cancel(&sport->trigger_stop_tx); in imx_uart_start_tx()
/linux/drivers/base/power/
H A Druntime.c146 hrtimer_try_to_cancel(&dev->power.suspend_timer); in pm_runtime_deactivate_timer()
/linux/drivers/gpu/drm/i915/
H A Di915_request.c320 if (hrtimer_try_to_cancel(&wdg->timer) > 0) in __rq_cancel_watchdog()
/linux/drivers/usb/gadget/function/
H A Df_ncm.c960 hrtimer_try_to_cancel(&ncm->task_timer); in package_for_tx()
/linux/drivers/i2c/busses/
H A Di2c-imx.c884 hrtimer_try_to_cancel(&i2c_imx->slave_timer); in i2c_imx_slave_handle()
/linux/net/xfrm/
H A Dxfrm_iptfs.c702 hrtimer_try_to_cancel(&xtfs->drop_timer); in __iptfs_reassem_done()

12