Searched defs:get_tod_clock (Results 1 - 1 of 1) sorted by relevance

/arch/s390/include/asm/
H A Dtimex.h81 static inline unsigned long long get_tod_clock(void) function
96 return get_tod_clock();
102 return (cycles_t) get_tod_clock() >> 2;
130 return get_tod_clock() - sched_clock_base_cc;

Completed in 47 milliseconds