Lines Matching refs:tmr
31 struct hrtimer tmr; member
74 t.tmr); in timerfd_tmrproc()
156 remaining = hrtimer_expires_remaining(&ctx->t.tmr); in timerfd_get_remaining()
182 hrtimer_init(&ctx->t.tmr, clockid, htmode); in timerfd_setup()
183 hrtimer_set_expires(&ctx->t.tmr, texp); in timerfd_setup()
184 ctx->t.tmr.function = timerfd_tmrproc; in timerfd_setup()
194 hrtimer_start(&ctx->t.tmr, texp, htmode); in timerfd_setup()
214 hrtimer_cancel(&ctx->t.tmr); in timerfd_release()
276 ticks += hrtimer_forward_now(&ctx->t.tmr, in timerfd_read()
278 hrtimer_restart(&ctx->t.tmr); in timerfd_read()
406 hrtimer_init(&ctx->t.tmr, clockid, HRTIMER_MODE_ABS); in SYSCALL_DEFINE2()
449 if (hrtimer_try_to_cancel(&ctx->t.tmr) >= 0) in do_timerfd_settime()
466 hrtimer_forward_now(&ctx->t.tmr, ctx->tintv); in do_timerfd_settime()
502 hrtimer_forward_now(&ctx->t.tmr, ctx->tintv) in do_timerfd_gettime()
504 hrtimer_restart(&ctx->t.tmr); in do_timerfd_gettime()