Home
last modified time | relevance | path

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

/linux-6.6.21/arch/s390/include/asm/
Dtimex.h207 static __always_inline unsigned long __get_tod_clock_monotonic(void) in __get_tod_clock_monotonic() function
224 tod = __get_tod_clock_monotonic(); in get_tod_clock_monotonic()
/linux-6.6.21/arch/s390/kernel/
Dtime.c107 return tod_to_ns(__get_tod_clock_monotonic()); in sched_clock_noinstr()