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()
307 ticks += hrtimer_forward_now(&ctx->t.tmr, in timerfd_read_iter()
309 hrtimer_restart(&ctx->t.tmr); in timerfd_read_iter()
447 hrtimer_init(&ctx->t.tmr, clockid, HRTIMER_MODE_ABS); in SYSCALL_DEFINE2()
505 if (hrtimer_try_to_cancel(&ctx->t.tmr) >= 0) in do_timerfd_settime()
513 hrtimer_cancel_wait_running(&ctx->t.tmr); in do_timerfd_settime()
526 hrtimer_forward_now(&ctx->t.tmr, ctx->tintv); in do_timerfd_settime()
562 hrtimer_forward_now(&ctx->t.tmr, ctx->tintv) in do_timerfd_gettime()
564 hrtimer_restart(&ctx->t.tmr); in do_timerfd_gettime()