Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtimekeeping.h77 extern ktime_t ktime_mono_to_any(ktime_t tmono, enum tk_offsets offs);
/linux/kernel/time/
H A Dtimekeeping.c903 ktime_t ktime_mono_to_any(ktime_t tmono, enum tk_offsets offs) in ktime_mono_to_any() argument
914 return ktime_add(tmono, READ_ONCE(*offset)); in ktime_mono_to_any()
919 tconv = ktime_add(tmono, *offset); in ktime_mono_to_any()