Lines Matching refs:tmr
35 struct hrtimer tmr; member
79 t.tmr); in timerfd_tmrproc()
170 remaining = hrtimer_expires_remaining_adjusted(&ctx->t.tmr); in timerfd_get_remaining()
196 hrtimer_init(&ctx->t.tmr, clockid, htmode); in timerfd_setup()
197 hrtimer_set_expires(&ctx->t.tmr, texp); in timerfd_setup()
198 ctx->t.tmr.function = timerfd_tmrproc; in timerfd_setup()
210 hrtimer_start(&ctx->t.tmr, texp, htmode); in timerfd_setup()
230 hrtimer_cancel(&ctx->t.tmr); in timerfd_release()
292 ticks += hrtimer_forward_now(&ctx->t.tmr, in timerfd_read()
294 hrtimer_restart(&ctx->t.tmr); in timerfd_read()
429 hrtimer_init(&ctx->t.tmr, clockid, HRTIMER_MODE_ABS); in SYSCALL_DEFINE2()
478 if (hrtimer_try_to_cancel(&ctx->t.tmr) >= 0) in do_timerfd_settime()
486 hrtimer_cancel_wait_running(&ctx->t.tmr); in do_timerfd_settime()
499 hrtimer_forward_now(&ctx->t.tmr, ctx->tintv); in do_timerfd_settime()
535 hrtimer_forward_now(&ctx->t.tmr, ctx->tintv) in do_timerfd_gettime()
537 hrtimer_restart(&ctx->t.tmr); in do_timerfd_gettime()