Home
last modified time | relevance | path

Searched refs:moffs (Results 1 – 1 of 1) sorted by relevance

/fs/
Dtimerfd.c35 ktime_t moffs; member
97 ktime_t moffs = ktime_mono_to_real((ktime_t){ .tv64 = 0 }); in timerfd_clock_was_set() local
106 if (ctx->moffs.tv64 != moffs.tv64) { in timerfd_clock_was_set()
107 ctx->moffs.tv64 = KTIME_MAX; in timerfd_clock_was_set()
135 if (!ctx->might_cancel || ctx->moffs.tv64 != KTIME_MAX) in timerfd_canceled()
137 ctx->moffs = ktime_mono_to_real((ktime_t){ .tv64 = 0 }); in timerfd_canceled()
424 ctx->moffs = ktime_mono_to_real((ktime_t){ .tv64 = 0 }); in SYSCALL_DEFINE2()