Searched refs:tintv (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/fs/
H A Dtimerfd.c34 ktime_t tintv; member in struct:timerfd_ctx
58 * tintv.tv64 != 0) until the timer is accessed.
174 ctx->tintv = timespec_to_ktime(ktmr->it_interval); timerfd_setup()
264 if (ctx->expired && ctx->tintv.tv64) { timerfd_read()
266 * If tintv.tv64 != 0, this is a periodic timer that timerfd_read()
273 &ctx->t.alarm, ctx->tintv) - 1; timerfd_read()
277 ctx->tintv) - 1; timerfd_read()
298 t.it_interval = ktime_to_timespec(ctx->tintv); timerfd_show()
462 if (ctx->expired && ctx->tintv.tv64) { do_timerfd_settime()
464 alarm_forward_now(&ctx->t.alarm, ctx->tintv); do_timerfd_settime()
466 hrtimer_forward_now(&ctx->t.tmr, ctx->tintv); do_timerfd_settime()
470 old->it_interval = ktime_to_timespec(ctx->tintv); do_timerfd_settime()
492 if (ctx->expired && ctx->tintv.tv64) { do_timerfd_gettime()
498 &ctx->t.alarm, ctx->tintv) - 1; do_timerfd_gettime()
502 hrtimer_forward_now(&ctx->t.tmr, ctx->tintv) do_timerfd_gettime()
508 t->it_interval = ktime_to_timespec(ctx->tintv); do_timerfd_gettime()

Completed in 90 milliseconds