/linux/kernel/time/ |
H A D | tick-broadcast-hrtimer.c | 35 hrtimer_try_to_cancel(&bctimer); in bc_shutdown()
|
H A D | hrtimer.c | 1337 * 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 D | itimer.c | 244 if (hrtimer_try_to_cancel(timer) < 0) { in do_setitimer()
|
H A D | alarmtimer.c | 392 ret = hrtimer_try_to_cancel(&alarm->timer); in alarm_try_to_cancel()
|
/linux/io_uring/ |
H A D | timeout.c | 116 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 D | hrtimer.c | 110 hrtimer_try_to_cancel(&stime->hrt); in snd_hrtimer_stop()
|
/linux/arch/powerpc/kvm/ |
H A D | emulate.c | 32 hrtimer_try_to_cancel(&vcpu->arch.dec_timer); in kvmppc_emulate_dec()
|
/linux/include/linux/ |
H A D | hrtimer.h | 267 extern int hrtimer_try_to_cancel(struct hrtimer *timer);
|
/linux/kernel/sched/ |
H A D | deadline.c | 310 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 D | walkera0701.c | 133 if (unlikely(0 != hrtimer_try_to_cancel(&w->timer))) { in walkera0701_irq_handler()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vkms.c | 85 hrtimer_try_to_cancel(&amdgpu_crtc->vblank_timer); in amdgpu_vkms_disable_vblank()
|
/linux/fs/ |
H A D | timerfd.c | 490 if (hrtimer_try_to_cancel(&ctx->t.tmr) >= 0) in do_timerfd_settime()
|
/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()
|
/linux/drivers/iio/adc/ |
H A D | ti-tsc2046.c | 581 hrtimer_try_to_cancel(&priv->trig_timer); in tsc2046_adc_irq()
|
/linux/Documentation/timers/ |
H A D | hrtimers.rst | 120 hrtimer_try_to_cancel() and hrtimer_cancel() [which are roughly
|
/linux/drivers/rtc/ |
H A D | interface.c | 734 if (hrtimer_try_to_cancel(&rtc->pie_timer) < 0) in rtc_update_hrtimer()
|
/linux/block/ |
H A D | bfq-wf2q.c | 1554 hrtimer_try_to_cancel(&bfqd->idle_slice_timer); in __bfq_bfqd_reset_in_service()
|
H A D | bfq-iosched.c | 4874 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 D | transport.c | 2202 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 D | imx.c | 458 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 D | runtime.c | 146 hrtimer_try_to_cancel(&dev->power.suspend_timer); in pm_runtime_deactivate_timer()
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_request.c | 320 if (hrtimer_try_to_cancel(&wdg->timer) > 0) in __rq_cancel_watchdog()
|
/linux/drivers/usb/gadget/function/ |
H A D | f_ncm.c | 960 hrtimer_try_to_cancel(&ncm->task_timer); in package_for_tx()
|
/linux/drivers/i2c/busses/ |
H A D | i2c-imx.c | 884 hrtimer_try_to_cancel(&i2c_imx->slave_timer); in i2c_imx_slave_handle()
|
/linux/net/xfrm/ |
H A D | xfrm_iptfs.c | 702 hrtimer_try_to_cancel(&xtfs->drop_timer); in __iptfs_reassem_done()
|