Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dtimex.h65 static inline unsigned long long get_clock_xt(void) in get_clock_xt() function
/arch/s390/kernel/
Dtime.c77 return ((get_clock_xt() - sched_clock_base_cc) * 125) >> 9; in sched_clock()