Home
last modified time | relevance | path

Searched refs:hrtimer_forward_now (Results 1 – 25 of 57) sorted by relevance

123

/linux-6.12.1/fs/
Dtimerfd.c307 ticks += hrtimer_forward_now(&ctx->t.tmr, in timerfd_read_iter()
526 hrtimer_forward_now(&ctx->t.tmr, ctx->tintv); in do_timerfd_settime()
562 hrtimer_forward_now(&ctx->t.tmr, ctx->tintv) in do_timerfd_gettime()
/linux-6.12.1/drivers/hwtracing/stm/
Dheartbeat.c39 hrtimer_forward_now(hr, ms_to_ktime(interval_ms)); in stm_heartbeat_hrtimer_handler()
/linux-6.12.1/arch/riscv/kvm/
Dvcpu_timer.c51 hrtimer_forward_now(&t->hrt, ktime_set(0, delta_ns)); in kvm_riscv_vcpu_hrtimer_expired()
118 hrtimer_forward_now(&t->hrt, ktime_set(0, delta_ns)); in kvm_riscv_vcpu_vstimer_expired()
/linux-6.12.1/drivers/media/cec/core/
Dcec-pin.c875 hrtimer_forward_now(timer, ns_to_ktime(100000)); in cec_pin_timer()
881 hrtimer_forward_now(timer, in cec_pin_timer()
886 hrtimer_forward_now(timer, in cec_pin_timer()
1022 hrtimer_forward_now(timer, in cec_pin_timer()
1028 hrtimer_forward_now(timer, ns_to_ktime(100000)); in cec_pin_timer()
/linux-6.12.1/drivers/char/hw_random/
Dtimeriomem-rng.c86 hrtimer_forward_now(&priv->timer, priv->period); in timeriomem_rng_read()
/linux-6.12.1/drivers/iio/trigger/
Diio-trig-hrtimer.c104 hrtimer_forward_now(timer, info->period); in iio_hrtimer_trig_handler()
/linux-6.12.1/drivers/misc/
Dvcpu_stall_detector.c75 hrtimer_forward_now(hrtimer, in vcpu_stall_detect_timer_fn()
/linux-6.12.1/drivers/powercap/
Didle_inject.c136 hrtimer_forward_now(timer, ns_to_ktime(duration_us * NSEC_PER_USEC)); in idle_inject_timer_fn()
/linux-6.12.1/drivers/power/reset/
Dltc2952-poweroff.c106 hrtimer_forward_now(timer, data->wde_interval); in ltc2952_poweroff_timer_wde()
/linux-6.12.1/kernel/time/
Dsched_clock.c158 hrtimer_forward_now(hrt, cd.wrap_kt); in sched_clock_poll()
/linux-6.12.1/drivers/gpu/drm/vkms/
Dvkms_crtc.c23 ret_overrun = hrtimer_forward_now(&output->vblank_hrtimer, in vkms_vblank_simulate()
/linux-6.12.1/sound/soc/fsl/
Dimx-pcm-fiq.c63 hrtimer_forward_now(hrt, ns_to_ktime(iprtd->poll_time_ns)); in snd_hrtimer_callback()
/linux-6.12.1/include/linux/
Dhrtimer.h352 static inline u64 hrtimer_forward_now(struct hrtimer *timer, in hrtimer_forward_now() function
/linux-6.12.1/sound/drivers/pcsp/
Dpcsp_lib.c147 hrtimer_forward_now(handle, ns_to_ktime(ns)); in pcsp_do_timer()
/linux-6.12.1/arch/powerpc/kernel/
Dwatchdog.c449 hrtimer_forward_now(hrtimer, ms_to_ktime(wd_timer_period_ms)); in watchdog_timer_fn()
/linux-6.12.1/drivers/media/platform/chips-media/wave5/
Dwave5-vpu.c118 hrtimer_forward_now(timer, ns_to_ktime(vpu_poll_interval * NSEC_PER_MSEC)); in wave5_vpu_timer_callback()
/linux-6.12.1/arch/arm/mm/
Dcache-l2x0-pmu.c172 hrtimer_forward_now(hrtimer, l2x0_pmu_poll_period); in l2x0_pmu_poll()
/linux-6.12.1/drivers/mailbox/
Dmailbox.c141 hrtimer_forward_now(hrtimer, ms_to_ktime(mbox->txpoll_period)); in txdone_hrtimer()
/linux-6.12.1/drivers/leds/trigger/
Dledtrig-pattern.c104 hrtimer_forward_now(&data->hrtimer, ms_to_ktime(interval)); in pattern_trig_timer_restart()
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vkms.c54 ret_overrun = hrtimer_forward_now(&amdgpu_crtc->vblank_timer, in amdgpu_vkms_vblank_simulate()
/linux-6.12.1/drivers/media/pci/cx88/
Dcx88-input.c174 missed = hrtimer_forward_now(&ir->timer, in cx88_ir_work()
/linux-6.12.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_vkms.c170 ret_overrun = hrtimer_forward_now(&du->vkms.timer, in vmw_vkms_vblank_simulate()
/linux-6.12.1/arch/arm/mach-imx/
Dmmdc.c430 hrtimer_forward_now(hrtimer, mmdc_pmu_timer_period()); in mmdc_pmu_timer_handler()
/linux-6.12.1/arch/arm64/kvm/
Darch_timer.c346 hrtimer_forward_now(hrt, ns_to_ktime(ns)); in kvm_bg_timer_expire()
372 hrtimer_forward_now(hrt, ns_to_ktime(ns)); in kvm_hrtimer_expire()
/linux-6.12.1/drivers/net/ethernet/
Dec_bhf.c247 hrtimer_forward_now(timer, polling_frequency); in ec_bhf_timer_fun()

123