Home
last modified time | relevance | path

Searched refs:HRTIMER_MODE_ABS (Results 1 – 25 of 41) sorted by relevance

12

/Linux-v5.4/include/linux/
Dhrtimer.h39 HRTIMER_MODE_ABS = 0x00, enumerator
45 HRTIMER_MODE_ABS_PINNED = HRTIMER_MODE_ABS | HRTIMER_MODE_PINNED,
48 HRTIMER_MODE_ABS_SOFT = HRTIMER_MODE_ABS | HRTIMER_MODE_SOFT,
54 HRTIMER_MODE_ABS_HARD = HRTIMER_MODE_ABS | HRTIMER_MODE_HARD,
443 hrtimer_start_expires(timer, HRTIMER_MODE_ABS); in hrtimer_restart()
/Linux-v5.4/drivers/hwtracing/stm/
Dheartbeat.c51 HRTIMER_MODE_ABS); in stm_heartbeat_link()
82 HRTIMER_MODE_ABS); in stm_heartbeat_init()
/Linux-v5.4/kernel/time/
Dposix-stubs.c148 HRTIMER_MODE_ABS : HRTIMER_MODE_REL, in SYSCALL_DEFINE4()
234 HRTIMER_MODE_ABS : HRTIMER_MODE_REL, in SYSCALL_DEFINE4()
Dhrtimer.c1529 enqueue_hrtimer(timer, base, HRTIMER_MODE_ABS); in __run_hrtimer()
1874 mode = HRTIMER_MODE_ABS; in do_nanosleep()
1903 HRTIMER_MODE_ABS); in hrtimer_nanosleep_restart()
1905 ret = do_nanosleep(&t, HRTIMER_MODE_ABS); in hrtimer_nanosleep_restart()
1929 if (mode == HRTIMER_MODE_ABS) { in hrtimer_nanosleep()
2035 enqueue_hrtimer(timer, new_base, HRTIMER_MODE_ABS); in migrate_hrtimer_list()
Dalarmtimer.c346 HRTIMER_MODE_ABS); in alarm_init()
364 hrtimer_start(&alarm->timer, alarm->node.expires, HRTIMER_MODE_ABS); in alarm_start()
766 HRTIMER_MODE_ABS); in alarm_init_on_stack()
Dposix-timers.c779 mode = absolute ? HRTIMER_MODE_ABS : HRTIMER_MODE_REL; in common_hrtimer_arm()
800 hrtimer_start_expires(timer, HRTIMER_MODE_ABS); in common_hrtimer_arm()
1204 HRTIMER_MODE_ABS : HRTIMER_MODE_REL, in common_nsleep()
/Linux-v5.4/drivers/pps/generators/
Dpps_gen_parport.c208 hrtimer_init(&device.timer, CLOCK_REALTIME, HRTIMER_MODE_ABS); in parport_attach()
210 hrtimer_start(&device.timer, next_intr_time(&device), HRTIMER_MODE_ABS); in parport_attach()
/Linux-v5.4/drivers/gpu/drm/msm/
Dmsm_atomic.c94 hrtimer_init(&timer->timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in msm_atomic_init_pending_timer()
199 HRTIMER_MODE_ABS); in msm_atomic_commit_tail()
/Linux-v5.4/drivers/usb/chipidea/
Dotg_fsm.c238 HRTIMER_MODE_ABS); in ci_otg_add_timer()
278 HRTIMER_MODE_ABS); in ci_otg_del_timer()
411 NSEC_PER_MSEC, HRTIMER_MODE_ABS); in ci_otg_hrtimer_func()
425 hrtimer_init(&ci->otg_fsm_hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in ci_otg_init_timers()
/Linux-v5.4/arch/x86/kvm/
Di8254.c229 hrtimer_start_expires(timer, HRTIMER_MODE_ABS); in __kvm_migrate_pit_timer()
351 HRTIMER_MODE_ABS); in create_pit_timer()
679 hrtimer_init(&pit_state->timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in kvm_create_pit()
Dhyperv.c487 HRTIMER_MODE_ABS); in stimer_start()
508 HRTIMER_MODE_ABS); in stimer_start()
748 hrtimer_init(&stimer->timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in stimer_init()
/Linux-v5.4/virt/kvm/arm/
Darch_timer.c83 HRTIMER_MODE_ABS); in soft_timer_start()
700 hrtimer_init(&timer->bg_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in kvm_timer_vcpu_init()
703 hrtimer_init(&vtimer->hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in kvm_timer_vcpu_init()
704 hrtimer_init(&ptimer->hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in kvm_timer_vcpu_init()
/Linux-v5.4/drivers/char/hw_random/
Dtimeriomem-rng.c157 hrtimer_init(&priv->timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in timeriomem_rng_probe()
/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dsched_policy.c289 hrtimer_init(&data->timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in tbs_sched_init()
359 sched_data->period), HRTIMER_MODE_ABS); in tbs_sched_start_schedule()
Ddisplay.c386 HRTIMER_MODE_ABS); in intel_gvt_check_vblank_emulation()
Dinterrupt.c705 hrtimer_init(&vblank_timer->timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in intel_gvt_init_irq()
/Linux-v5.4/fs/
Dtimerfd.c180 HRTIMER_MODE_ABS: HRTIMER_MODE_REL; in timerfd_setup()
423 hrtimer_init(&ctx->t.tmr, clockid, HRTIMER_MODE_ABS); in SYSCALL_DEFINE2()
/Linux-v5.4/include/trace/events/
Dtimer.h152 { HRTIMER_MODE_ABS, "ABS" }, \
/Linux-v5.4/drivers/usb/host/
Dehci-timer.c89 NSEC_PER_MSEC, HRTIMER_MODE_ABS); in ehci_enable_event()
/Linux-v5.4/drivers/base/power/
Druntime.c566 HRTIMER_MODE_ABS); in rpm_suspend()
982 hrtimer_start(&dev->power.suspend_timer, expires, HRTIMER_MODE_ABS); in pm_schedule_suspend()
1586 hrtimer_init(&dev->power.suspend_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in pm_runtime_init()
/Linux-v5.4/kernel/
Dtorture.c492 schedule_hrtimeout(&shutdown_time, HRTIMER_MODE_ABS); in torture_shutdown()
/Linux-v5.4/drivers/staging/android/
Dvsoc.c441 HRTIMER_MODE_ABS); in handle_vsoc_cond_wait()
461 hrtimer_sleeper_start_expires(to, HRTIMER_MODE_ABS); in handle_vsoc_cond_wait()
/Linux-v5.4/block/
Dblk-iocost.c1197 margin_ns / 4, HRTIMER_MODE_ABS); in iocg_kick_waitq()
1256 margin_ns / 4, HRTIMER_MODE_ABS); in iocg_kick_delay()
2008 hrtimer_init(&iocg->waitq_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in ioc_pd_init()
2010 hrtimer_init(&iocg->delay_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in ioc_pd_init()
/Linux-v5.4/net/sched/
Dsch_taprio.c1032 hrtimer_start(&q->advance_timer, start, HRTIMER_MODE_ABS); in taprio_start_sched()
1470 hrtimer_init(&q->advance_timer, q->clockid, HRTIMER_MODE_ABS); in taprio_change()
1588 hrtimer_init(&q->advance_timer, CLOCK_TAI, HRTIMER_MODE_ABS); in taprio_init()
/Linux-v5.4/drivers/s390/crypto/
Dap_bus.c1165 hrtimer_start_expires(&ap_poll_timer, HRTIMER_MODE_ABS); in poll_timeout_store()
1683 hrtimer_init(&ap_poll_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in ap_module_init()

12