/linux-6.1.9/include/linux/ |
D | hrtimer.h | 40 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-6.1.9/drivers/hwtracing/stm/ |
D | heartbeat.c | 51 HRTIMER_MODE_ABS); in stm_heartbeat_link() 84 HRTIMER_MODE_ABS); in stm_heartbeat_init()
|
/linux-6.1.9/kernel/time/ |
D | posix-stubs.c | 156 HRTIMER_MODE_ABS : HRTIMER_MODE_REL, in SYSCALL_DEFINE4() 249 HRTIMER_MODE_ABS : HRTIMER_MODE_REL, in SYSCALL_DEFINE4()
|
D | hrtimer.c | 1702 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()
|
D | alarmtimer.c | 346 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()
|
D | posix-timers.c | 799 mode = absolute ? HRTIMER_MODE_ABS : HRTIMER_MODE_REL; in common_hrtimer_arm() 820 hrtimer_start_expires(timer, HRTIMER_MODE_ABS); in common_hrtimer_arm() 1237 HRTIMER_MODE_ABS : HRTIMER_MODE_REL, in common_nsleep() 1250 HRTIMER_MODE_ABS : HRTIMER_MODE_REL, in common_nsleep_timens()
|
D | ntp.c | 519 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-6.1.9/drivers/pps/generators/ |
D | pps_gen_parport.c | 211 hrtimer_init(&device.timer, CLOCK_REALTIME, HRTIMER_MODE_ABS); in parport_attach() 213 hrtimer_start(&device.timer, next_intr_time(&device), HRTIMER_MODE_ABS); in parport_attach()
|
/linux-6.1.9/drivers/gpu/drm/msm/ |
D | msm_atomic.c | 128 CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in msm_atomic_init_pending_timer() 238 HRTIMER_MODE_ABS); in msm_atomic_commit_tail()
|
/linux-6.1.9/drivers/usb/chipidea/ |
D | otg_fsm.c | 238 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_init(&ci->otg_fsm_hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in ci_otg_init_timers()
|
/linux-6.1.9/arch/x86/kvm/ |
D | i8254.c | 230 hrtimer_start_expires(timer, HRTIMER_MODE_ABS); in __kvm_migrate_pit_timer() 362 HRTIMER_MODE_ABS); in create_pit_timer() 693 hrtimer_init(&pit_state->timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in kvm_create_pit()
|
/linux-6.1.9/kernel/futex/ |
D | waitwake.c | 342 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()
|
D | core.c | 143 HRTIMER_MODE_ABS); in futex_setup_timer()
|
D | pi.c | 1037 hrtimer_sleeper_start_expires(to, HRTIMER_MODE_ABS); in futex_lock_pi()
|
/linux-6.1.9/drivers/char/hw_random/ |
D | timeriomem-rng.c | 157 hrtimer_init(&priv->timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in timeriomem_rng_probe()
|
/linux-6.1.9/drivers/gpu/drm/i915/gvt/ |
D | sched_policy.c | 289 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()
|
D | display.c | 568 hrtimer_init(&vblank_timer->timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in setup_virtual_dp_monitor() 611 HRTIMER_MODE_ABS); in vgpu_update_vblank_emulation()
|
/linux-6.1.9/fs/ |
D | timerfd.c | 197 HRTIMER_MODE_ABS: HRTIMER_MODE_REL; in timerfd_setup() 442 hrtimer_init(&ctx->t.tmr, clockid, HRTIMER_MODE_ABS); in SYSCALL_DEFINE2()
|
/linux-6.1.9/drivers/usb/host/ |
D | ehci-timer.c | 89 NSEC_PER_MSEC, HRTIMER_MODE_ABS); in ehci_enable_event()
|
/linux-6.1.9/io_uring/ |
D | cancel.c | 298 ret = schedule_hrtimeout(&timeout, HRTIMER_MODE_ABS); in io_sync_cancel()
|
/linux-6.1.9/include/trace/events/ |
D | timer.h | 154 { HRTIMER_MODE_ABS, "ABS" }, \
|
/linux-6.1.9/drivers/base/power/ |
D | runtime.c | 609 HRTIMER_MODE_ABS); in rpm_suspend() 1043 hrtimer_start(&dev->power.suspend_timer, expires, HRTIMER_MODE_ABS); in pm_schedule_suspend() 1733 hrtimer_init(&dev->power.suspend_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in pm_runtime_init()
|
/linux-6.1.9/kernel/ |
D | torture.c | 636 schedule_hrtimeout(&shutdown_time, HRTIMER_MODE_ABS); in torture_shutdown()
|
/linux-6.1.9/arch/mips/kvm/ |
D | emulate.c | 429 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-6.1.9/net/sched/ |
D | sch_taprio.c | 1060 hrtimer_start(&q->advance_timer, start, HRTIMER_MODE_ABS); in taprio_start_sched() 1642 hrtimer_init(&q->advance_timer, q->clockid, HRTIMER_MODE_ABS); in taprio_change() 1757 hrtimer_init(&q->advance_timer, CLOCK_TAI, HRTIMER_MODE_ABS); in taprio_init()
|