Home
last modified time | relevance | path

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

/linux/fs/
H A Dtimerfd.c97 ktime_t moffs = ktime_mono_to_real(0); in timerfd_clock_was_set()
153 ctx->moffs = ktime_mono_to_real(0); in timerfd_canceled()
432 ctx->moffs = ktime_mono_to_real(0); in SYSCALL_DEFINE2()
/linux/include/linux/
H A Dtimekeeping.h163 static inline ktime_t ktime_mono_to_real(ktime_t mono) in ktime_mono_to_real() function