Home
last modified time | relevance | path

Searched refs:monotonic_clock (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/char/
Dhangcheck-timer.c128 extern unsigned long long monotonic_clock(void);
130 static inline unsigned long long monotonic_clock(void) in monotonic_clock() function
151 cur_tsc = monotonic_clock(); in hangcheck_fire()
180 hangcheck_tsc = monotonic_clock(); in hangcheck_fire()
197 hangcheck_tsc = monotonic_clock(); in hangcheck_init()
/linux-2.6.39/arch/s390/include/asm/
Dtimex.h103 unsigned long long monotonic_clock(void);
/linux-2.6.39/arch/s390/kernel/
Dtime.c73 unsigned long long monotonic_clock(void) in monotonic_clock() function
77 EXPORT_SYMBOL(monotonic_clock);