Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dtimerfd.c98 ktime_t moffs = ktime_mono_to_real(0); in timerfd_clock_was_set()
138 ctx->moffs = ktime_mono_to_real(0); in timerfd_canceled()
425 ctx->moffs = ktime_mono_to_real(0); in SYSCALL_DEFINE2()
/Linux-v4.19/include/linux/
Dtimekeeping.h119 static inline ktime_t ktime_mono_to_real(ktime_t mono) in ktime_mono_to_real() function
/Linux-v4.19/fs/reiserfs/
Dprocfs.c304 return ktime_divns(ktime_mono_to_real(kt), NSEC_PER_SEC); in ktime_mono_to_real_seconds()
/Linux-v4.19/drivers/input/
Devdev.c316 ev_time[EV_CLK_REAL] = ktime_mono_to_real(ev_time[EV_CLK_MONO]); in evdev_events()