Lines Matching refs:tv64
96 ktime_t moffs = ktime_mono_to_real((ktime_t){ .tv64 = 0 }); in timerfd_clock_was_set()
105 if (ctx->moffs.tv64 != moffs.tv64) { in timerfd_clock_was_set()
106 ctx->moffs.tv64 = KTIME_MAX; in timerfd_clock_was_set()
127 if (!ctx->might_cancel || ctx->moffs.tv64 != KTIME_MAX) in timerfd_canceled()
129 ctx->moffs = ktime_mono_to_real((ktime_t){ .tv64 = 0 }); in timerfd_canceled()
158 return remaining.tv64 < 0 ? ktime_set(0, 0): remaining; in timerfd_get_remaining()
187 if (texp.tv64 != 0) { in timerfd_setup()
264 if (ctx->expired && ctx->tintv.tv64) { in timerfd_read()
408 ctx->moffs = ktime_mono_to_real((ktime_t){ .tv64 = 0 }); in SYSCALL_DEFINE2()
462 if (ctx->expired && ctx->tintv.tv64) { in do_timerfd_settime()
492 if (ctx->expired && ctx->tintv.tv64) { in do_timerfd_gettime()