Searched refs:tmr (Results 1 – 1 of 1) sorted by relevance
31 struct hrtimer tmr; member75 t.tmr); in timerfd_tmrproc()166 remaining = hrtimer_expires_remaining_adjusted(&ctx->t.tmr); in timerfd_get_remaining()192 hrtimer_init(&ctx->t.tmr, clockid, htmode); in timerfd_setup()193 hrtimer_set_expires(&ctx->t.tmr, texp); in timerfd_setup()194 ctx->t.tmr.function = timerfd_tmrproc; in timerfd_setup()204 hrtimer_start(&ctx->t.tmr, texp, htmode); in timerfd_setup()224 hrtimer_cancel(&ctx->t.tmr); in timerfd_release()286 ticks += hrtimer_forward_now(&ctx->t.tmr, in timerfd_read()288 hrtimer_restart(&ctx->t.tmr); in timerfd_read()[all …]