Lines Matching full:tmr
33 struct hrtimer tmr; member
77 t.tmr); in timerfd_tmrproc()
184 remaining = hrtimer_expires_remaining_adjusted(&ctx->t.tmr); in timerfd_get_remaining()
210 hrtimer_init(&ctx->t.tmr, clockid, htmode); in timerfd_setup()
211 hrtimer_set_expires(&ctx->t.tmr, texp); in timerfd_setup()
212 ctx->t.tmr.function = timerfd_tmrproc; in timerfd_setup()
224 hrtimer_start(&ctx->t.tmr, texp, htmode); in timerfd_setup()
244 hrtimer_cancel(&ctx->t.tmr); in timerfd_release()
306 ticks += hrtimer_forward_now(&ctx->t.tmr, in timerfd_read()
308 hrtimer_restart(&ctx->t.tmr); in timerfd_read()
442 hrtimer_init(&ctx->t.tmr, clockid, HRTIMER_MODE_ABS); in SYSCALL_DEFINE2()
489 if (hrtimer_try_to_cancel(&ctx->t.tmr) >= 0) in do_timerfd_settime()
497 hrtimer_cancel_wait_running(&ctx->t.tmr); in do_timerfd_settime()
510 hrtimer_forward_now(&ctx->t.tmr, ctx->tintv); in do_timerfd_settime()
546 hrtimer_forward_now(&ctx->t.tmr, ctx->tintv) in do_timerfd_gettime()
548 hrtimer_restart(&ctx->t.tmr); in do_timerfd_gettime()