Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dtimekeeping.h76 extern ktime_t ktime_mono_to_any(ktime_t tmono, enum tk_offsets offs);
/linux-6.15/kernel/time/
H A Dtimekeeping.c855 ktime_t ktime_mono_to_any(ktime_t tmono, enum tk_offsets offs) in ktime_mono_to_any() argument
866 return ktime_add(tmono, READ_ONCE(*offset)); in ktime_mono_to_any()
871 tconv = ktime_add(tmono, *offset); in ktime_mono_to_any()