Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Dtimerfd.c36 ktime_t moffs; member
98 ktime_t moffs = ktime_mono_to_real(0); in timerfd_clock_was_set() local
107 if (ctx->moffs != moffs) { in timerfd_clock_was_set()
108 ctx->moffs = KTIME_MAX; in timerfd_clock_was_set()
136 if (!ctx->might_cancel || ctx->moffs != KTIME_MAX) in timerfd_canceled()
138 ctx->moffs = ktime_mono_to_real(0); in timerfd_canceled()
425 ctx->moffs = ktime_mono_to_real(0); in SYSCALL_DEFINE2()