Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dhrtimer.h40 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,
417 hrtimer_start_expires(timer, HRTIMER_MODE_ABS); in hrtimer_restart()
/linux-4.19.296/drivers/char/hw_random/
Dtimeriomem-rng.c160 hrtimer_init(&priv->timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in timeriomem_rng_probe()
/linux-4.19.296/virt/kvm/arm/
Darch_timer.c70 HRTIMER_MODE_ABS); in soft_timer_start()
641 hrtimer_init(&timer->bg_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in kvm_timer_vcpu_init()
644 hrtimer_init(&timer->phys_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in kvm_timer_vcpu_init()
/linux-4.19.296/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()
Dselect.c243 rc = schedule_hrtimeout_range(expires, slack, HRTIMER_MODE_ABS); in poll_schedule_timeout()
Deventpoll.c1817 if (!schedule_hrtimeout_range(to, slack, HRTIMER_MODE_ABS)) in ep_poll()
/linux-4.19.296/include/trace/events/
Dtimer.h148 { HRTIMER_MODE_ABS, "ABS" }, \
/linux-4.19.296/drivers/s390/crypto/
Dap_bus.c1128 hrtimer_start_expires(&ap_poll_timer, HRTIMER_MODE_ABS); in poll_timeout_store()
1586 hrtimer_init(&ap_poll_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in ap_module_init()
/linux-4.19.296/block/
Dblk-cgroup.c1727 if (!schedule_hrtimeout(&exp, HRTIMER_MODE_ABS)) in blkcg_maybe_throttle_blkg()
Dblk-mq.c3154 mode = HRTIMER_MODE_ABS; in blk_mq_poll_hybrid_sleep()
/linux-4.19.296/fs/jbd2/
Dtransaction.c1747 schedule_hrtimeout(&expires, HRTIMER_MODE_ABS); in jbd2_journal_stop()