Searched refs:tmr (Results 1 – 1 of 1) sorted by relevance
32 struct hrtimer tmr; member76 t.tmr); in timerfd_tmrproc()167 remaining = hrtimer_expires_remaining_adjusted(&ctx->t.tmr); in timerfd_get_remaining()193 hrtimer_init(&ctx->t.tmr, clockid, htmode); in timerfd_setup()194 hrtimer_set_expires(&ctx->t.tmr, texp); in timerfd_setup()195 ctx->t.tmr.function = timerfd_tmrproc; in timerfd_setup()205 hrtimer_start(&ctx->t.tmr, texp, htmode); in timerfd_setup()225 hrtimer_cancel(&ctx->t.tmr); in timerfd_release()287 ticks += hrtimer_forward_now(&ctx->t.tmr, in timerfd_read()289 hrtimer_restart(&ctx->t.tmr); in timerfd_read()[all …]