Home
last modified time | relevance | path

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

12

/linux/include/linux/
H A Dhrtimer.h36 HRTIMER_MODE_ABS = 0x00, enumerator
42 HRTIMER_MODE_ABS_PINNED = HRTIMER_MODE_ABS | HRTIMER_MODE_PINNED,
45 HRTIMER_MODE_ABS_SOFT = HRTIMER_MODE_ABS | HRTIMER_MODE_SOFT,
51 HRTIMER_MODE_ABS_HARD = HRTIMER_MODE_ABS | HRTIMER_MODE_HARD,
281 hrtimer_start_expires(timer, HRTIMER_MODE_ABS); in hrtimer_restart()
/linux/drivers/hwtracing/stm/
H A Dheartbeat.c51 HRTIMER_MODE_ABS); in stm_heartbeat_link()
85 CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in stm_heartbeat_init()
/linux/kernel/time/
H A Dposix-stubs.c123 HRTIMER_MODE_ABS : HRTIMER_MODE_REL, in SYSCALL_DEFINE4()
206 HRTIMER_MODE_ABS : HRTIMER_MODE_REL, in SYSCALL_DEFINE4()
H A Dhrtimer.c1794 enqueue_hrtimer(timer, base, HRTIMER_MODE_ABS); in __run_hrtimer()
2119 mode = HRTIMER_MODE_ABS; in do_nanosleep()
2147 hrtimer_setup_sleeper_on_stack(&t, restart->nanosleep.clockid, HRTIMER_MODE_ABS); in hrtimer_nanosleep_restart()
2149 ret = do_nanosleep(&t, HRTIMER_MODE_ABS); in hrtimer_nanosleep_restart()
2168 if (mode == HRTIMER_MODE_ABS) { in hrtimer_nanosleep()
2290 enqueue_hrtimer(timer, new_base, HRTIMER_MODE_ABS); in migrate_hrtimer_list()
H A Dalarmtimer.c330 HRTIMER_MODE_ABS); in alarm_init()
347 hrtimer_start(&alarm->timer, alarm->node.expires, HRTIMER_MODE_ABS); in alarm_start()
742 HRTIMER_MODE_ABS); in alarm_init_on_stack()
H A Dsleep_timeout.c373 if (!schedule_hrtimeout_range(&exp, delta, HRTIMER_MODE_ABS)) in usleep_range_state()
H A Dposix-timers.c811 mode = absolute ? HRTIMER_MODE_ABS : HRTIMER_MODE_REL; in common_hrtimer_arm()
831 hrtimer_start_expires(timer, HRTIMER_MODE_ABS); in common_hrtimer_arm()
1353 HRTIMER_MODE_ABS : HRTIMER_MODE_REL, in common_nsleep()
1371 HRTIMER_MODE_ABS : HRTIMER_MODE_REL, in common_nsleep_timens()
H A Dntp.c515 hrtimer_start(&sync_hrtimer, exp, HRTIMER_MODE_ABS); in sched_sync_hw_clock()
689 hrtimer_setup(&sync_hrtimer, sync_timer_callback, CLOCK_REALTIME, HRTIMER_MODE_ABS); in ntp_init_cmos_sync()
/linux/drivers/gpu/drm/msm/
H A Dmsm_fence.c68 hrtimer_setup(&fctx->deadline_timer, deadline_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in msm_fence_context_alloc()
160 HRTIMER_MODE_ABS); in msm_fence_set_deadline()
H A Dmsm_atomic.c128 CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in msm_atomic_init_pending_timer()
273 HRTIMER_MODE_ABS); in msm_atomic_commit_tail()
/linux/drivers/pps/generators/
H A Dpps_gen_parport.c211 hrtimer_setup(&device.timer, hrtimer_event, CLOCK_REALTIME, HRTIMER_MODE_ABS); in parport_attach()
212 hrtimer_start(&device.timer, next_intr_time(&device), HRTIMER_MODE_ABS); in parport_attach()
H A Dpps_gen_tio.c180 hrtimer_start(&tio->timer, first_event(tio), HRTIMER_MODE_ABS); in pps_tio_gen_enable()
231 HRTIMER_MODE_ABS); in pps_gen_tio_probe()
/linux/drivers/usb/chipidea/
H A Dotg_fsm.c238 HRTIMER_MODE_ABS); in ci_otg_add_timer()
280 HRTIMER_MODE_ABS); in ci_otg_del_timer()
413 NSEC_PER_MSEC, HRTIMER_MODE_ABS); in ci_otg_hrtimer_func()
427 hrtimer_setup(&ci->otg_fsm_hrtimer, ci_otg_hrtimer_func, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in ci_otg_init_timers()
/linux/drivers/gpu/drm/scheduler/tests/
H A Dmock_scheduler.c129 CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in drm_mock_sched_job_new()
197 hrtimer_start(&job->timer, job->finish_at, HRTIMER_MODE_ABS); in mock_sched_run_job()
/linux/drivers/char/hw_random/
H A Dtimeriomem-rng.c155 hrtimer_setup(&priv->timer, timeriomem_rng_trigger, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in timeriomem_rng_probe()
/linux/kernel/futex/
H A Dwaitwake.c345 hrtimer_sleeper_start_expires(timeout, HRTIMER_MODE_ABS); in futex_do_wait()
542 hrtimer_sleeper_start_expires(to, HRTIMER_MODE_ABS); in futex_wait_multiple()
/linux/drivers/gpu/drm/i915/gvt/
H A Dsched_policy.c289 hrtimer_setup(&data->timer, tbs_timer_fn, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in tbs_sched_init()
358 sched_data->period), HRTIMER_MODE_ABS); in tbs_sched_start_schedule()
H A Ddisplay.c586 hrtimer_setup(&vblank_timer->timer, vblank_timer_fn, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in setup_virtual_dp_monitor()
628 HRTIMER_MODE_ABS); in vgpu_update_vblank_emulation()
/linux/arch/x86/kvm/
H A Di8254.c230 hrtimer_start_expires(timer, HRTIMER_MODE_ABS); in __kvm_migrate_pit_timer()
362 HRTIMER_MODE_ABS); in create_pit_timer()
762 hrtimer_setup(&pit_state->timer, pit_timer_fn, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in kvm_create_pit()
/linux/fs/
H A Dtimerfd.c195 HRTIMER_MODE_ABS: HRTIMER_MODE_REL; in timerfd_setup()
431 hrtimer_setup(&ctx->t.tmr, timerfd_tmrproc, clockid, HRTIMER_MODE_ABS); in SYSCALL_DEFINE2()
/linux/kernel/
H A Dtorture.c648 schedule_hrtimeout(&shutdown_time, HRTIMER_MODE_ABS); in torture_shutdown()
742 torture_hrtimeout_ns(till_ns, 0, HRTIMER_MODE_ABS, NULL); in stutter_wait()
/linux/drivers/usb/host/
H A Dehci-timer.c89 NSEC_PER_MSEC, HRTIMER_MODE_ABS); in ehci_enable_event()
/linux/include/trace/events/
H A Dtimer.h174 { HRTIMER_MODE_ABS, "ABS" }, \
/linux/io_uring/
H A Dcancel.c327 ret = schedule_hrtimeout(&timeout, HRTIMER_MODE_ABS); in io_sync_cancel()
/linux/drivers/base/power/
H A Druntime.c635 HRTIMER_MODE_ABS); in rpm_suspend()
1070 hrtimer_start(&dev->power.suspend_timer, expires, HRTIMER_MODE_ABS); in pm_schedule_suspend()
1861 HRTIMER_MODE_ABS); in pm_runtime_init()

12