Searched refs:tmr (Results 1 – 1 of 1) sorted by relevance
31 struct hrtimer tmr; member74 t.tmr); in timerfd_tmrproc()165 remaining = hrtimer_expires_remaining(&ctx->t.tmr); in timerfd_get_remaining()191 hrtimer_init(&ctx->t.tmr, clockid, htmode); in timerfd_setup()192 hrtimer_set_expires(&ctx->t.tmr, texp); in timerfd_setup()193 ctx->t.tmr.function = timerfd_tmrproc; in timerfd_setup()203 hrtimer_start(&ctx->t.tmr, texp, htmode); in timerfd_setup()221 hrtimer_cancel(&ctx->t.tmr); in timerfd_release()283 ticks += hrtimer_forward_now(&ctx->t.tmr, in timerfd_read()285 hrtimer_restart(&ctx->t.tmr); in timerfd_read()[all …]