Home
last modified time | relevance | path

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

12

/linux/include/linux/
A Dhrtimer.h40 HRTIMER_MODE_ABS = 0x00, enumerator
46 HRTIMER_MODE_ABS_PINNED = HRTIMER_MODE_ABS | HRTIMER_MODE_PINNED,
49 HRTIMER_MODE_ABS_SOFT = HRTIMER_MODE_ABS | HRTIMER_MODE_SOFT,
55 HRTIMER_MODE_ABS_HARD = HRTIMER_MODE_ABS | HRTIMER_MODE_HARD,
440 hrtimer_start_expires(timer, HRTIMER_MODE_ABS); in hrtimer_restart()
/linux/drivers/hwtracing/stm/
A Dheartbeat.c51 HRTIMER_MODE_ABS); in stm_heartbeat_link()
84 HRTIMER_MODE_ABS); in stm_heartbeat_init()
/linux/drivers/pps/generators/
A 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/kernel/time/
A Dposix-stubs.c155 HRTIMER_MODE_ABS : HRTIMER_MODE_REL, in SYSCALL_DEFINE4()
248 HRTIMER_MODE_ABS : HRTIMER_MODE_REL, in SYSCALL_DEFINE4()
A Dhrtimer.c1702 enqueue_hrtimer(timer, base, HRTIMER_MODE_ABS); in __run_hrtimer()
2047 mode = HRTIMER_MODE_ABS; in do_nanosleep()
2076 HRTIMER_MODE_ABS); in hrtimer_nanosleep_restart()
2078 ret = do_nanosleep(&t, HRTIMER_MODE_ABS); in hrtimer_nanosleep_restart()
2102 if (mode == HRTIMER_MODE_ABS) { in hrtimer_nanosleep()
2213 enqueue_hrtimer(timer, new_base, HRTIMER_MODE_ABS); in migrate_hrtimer_list()
A Dalarmtimer.c346 HRTIMER_MODE_ABS); in alarm_init()
364 hrtimer_start(&alarm->timer, alarm->node.expires, HRTIMER_MODE_ABS); in alarm_start()
790 HRTIMER_MODE_ABS); in alarm_init_on_stack()
A Dposix-timers.c799 mode = absolute ? HRTIMER_MODE_ABS : HRTIMER_MODE_REL; in common_hrtimer_arm()
820 hrtimer_start_expires(timer, HRTIMER_MODE_ABS); in common_hrtimer_arm()
1228 HRTIMER_MODE_ABS : HRTIMER_MODE_REL, in common_nsleep()
1241 HRTIMER_MODE_ABS : HRTIMER_MODE_REL, in common_nsleep_timens()
A Dntp.c519 hrtimer_start(&sync_hrtimer, exp, HRTIMER_MODE_ABS); in sched_sync_hw_clock()
676 hrtimer_init(&sync_hrtimer, CLOCK_REALTIME, HRTIMER_MODE_ABS); in ntp_init_cmos_sync()
/linux/drivers/gpu/drm/msm/
A Dmsm_atomic.c143 CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in msm_atomic_init_pending_timer()
253 HRTIMER_MODE_ABS); in msm_atomic_commit_tail()
/linux/drivers/usb/chipidea/
A 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/arch/x86/kvm/
A Di8254.c230 hrtimer_start_expires(timer, HRTIMER_MODE_ABS); in __kvm_migrate_pit_timer()
364 HRTIMER_MODE_ABS); in create_pit_timer()
691 hrtimer_init(&pit_state->timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in kvm_create_pit()
/linux/kernel/futex/
A Dwaitwake.c342 hrtimer_sleeper_start_expires(timeout, HRTIMER_MODE_ABS); in futex_wait_queue()
530 hrtimer_sleeper_start_expires(to, HRTIMER_MODE_ABS); in futex_wait_multiple()
A Dcore.c148 HRTIMER_MODE_ABS); in futex_setup_timer()
A Dpi.c1037 hrtimer_sleeper_start_expires(to, HRTIMER_MODE_ABS); in futex_lock_pi()
/linux/drivers/gpu/drm/i915/gvt/
A 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()
A Ddisplay.c567 hrtimer_init(&vblank_timer->timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in setup_virtual_dp_monitor()
610 HRTIMER_MODE_ABS); in vgpu_update_vblank_emulation()
/linux/drivers/char/hw_random/
A Dtimeriomem-rng.c157 hrtimer_init(&priv->timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in timeriomem_rng_probe()
/linux/fs/
A Dtimerfd.c197 HRTIMER_MODE_ABS: HRTIMER_MODE_REL; in timerfd_setup()
442 hrtimer_init(&ctx->t.tmr, clockid, HRTIMER_MODE_ABS); in SYSCALL_DEFINE2()
/linux/drivers/usb/host/
A Dehci-timer.c89 NSEC_PER_MSEC, HRTIMER_MODE_ABS); in ehci_enable_event()
/linux/include/trace/events/
A Dtimer.h152 { HRTIMER_MODE_ABS, "ABS" }, \
/linux/drivers/base/power/
A Druntime.c581 HRTIMER_MODE_ABS); in rpm_suspend()
1010 hrtimer_start(&dev->power.suspend_timer, expires, HRTIMER_MODE_ABS); in pm_schedule_suspend()
1661 hrtimer_init(&dev->power.suspend_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in pm_runtime_init()
/linux/net/sched/
A Dsch_taprio.c1068 hrtimer_start(&q->advance_timer, start, HRTIMER_MODE_ABS); in taprio_start_sched()
1560 hrtimer_init(&q->advance_timer, q->clockid, HRTIMER_MODE_ABS); in taprio_change()
1684 hrtimer_init(&q->advance_timer, CLOCK_TAI, HRTIMER_MODE_ABS); in taprio_init()
/linux/arch/mips/kvm/
A Demulate.c429 HRTIMER_MODE_ABS); in kvm_mips_read_count_running()
518 hrtimer_start(&vcpu->arch.comparecount_timer, expire, HRTIMER_MODE_ABS); in kvm_mips_resume_hrtimer()
/linux/kernel/
A Dtorture.c636 schedule_hrtimeout(&shutdown_time, HRTIMER_MODE_ABS); in torture_shutdown()
/linux/drivers/s390/crypto/
A Dap_bus.c1252 hrtimer_start_expires(&ap_poll_timer, HRTIMER_MODE_ABS); in poll_timeout_store()
1935 hrtimer_init(&ap_poll_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in ap_module_init()

Completed in 61 milliseconds

12