Lines Matching full:tmr
33 struct hrtimer tmr; member
77 t.tmr); in timerfd_tmrproc()
182 remaining = hrtimer_expires_remaining_adjusted(&ctx->t.tmr); in timerfd_get_remaining()
208 hrtimer_init(&ctx->t.tmr, clockid, htmode); in timerfd_setup()
209 hrtimer_set_expires(&ctx->t.tmr, texp); in timerfd_setup()
210 ctx->t.tmr.function = timerfd_tmrproc; in timerfd_setup()
222 hrtimer_start(&ctx->t.tmr, texp, htmode); in timerfd_setup()
242 hrtimer_cancel(&ctx->t.tmr); in timerfd_release()
305 ticks += hrtimer_forward_now(&ctx->t.tmr, in timerfd_read_iter()
307 hrtimer_restart(&ctx->t.tmr); in timerfd_read_iter()
432 hrtimer_init(&ctx->t.tmr, clockid, HRTIMER_MODE_ABS); in SYSCALL_DEFINE2()
491 if (hrtimer_try_to_cancel(&ctx->t.tmr) >= 0) in do_timerfd_settime()
499 hrtimer_cancel_wait_running(&ctx->t.tmr); in do_timerfd_settime()
512 hrtimer_forward_now(&ctx->t.tmr, ctx->tintv); in do_timerfd_settime()
549 hrtimer_forward_now(&ctx->t.tmr, ctx->tintv) in do_timerfd_gettime()
551 hrtimer_restart(&ctx->t.tmr); in do_timerfd_gettime()