Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dtimerfd.c101 ktime_t moffs = ktime_mono_to_real(0); in timerfd_clock_was_set()
141 ctx->moffs = ktime_mono_to_real(0); in timerfd_canceled()
431 ctx->moffs = ktime_mono_to_real(0); in SYSCALL_DEFINE2()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtimekeeping.h147 static inline ktime_t ktime_mono_to_real(ktime_t mono) in ktime_mono_to_real() function
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dprocfs.c304 return ktime_divns(ktime_mono_to_real(kt), NSEC_PER_SEC); in ktime_mono_to_real_seconds()
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A DlistRCU.rst427 if (ctx->moffs != ktime_mono_to_real(0)) {
/OK3568_Linux_fs/kernel/drivers/input/
H A Dinput.c1956 dev->timestamp[INPUT_CLK_REAL] = ktime_mono_to_real(timestamp); in input_set_timestamp()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Ddlmglue.c485 ktime_to_us(ktime_mono_to_real(mw->mw_lock_start)); in ocfs2_track_lock_wait()