Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc64/sparc64/
H A Dclock.c618 static int64_t tick_base = 0; in clockintr() local
623 if (!tick_base) { in clockintr()
624 tick_base = (ctime.tv_sec * 1000000LL + ctime.tv_usec) in clockintr()
626 tick_base -= t; in clockintr()
630 t -= tick_base; in clockintr()
635 (long long)t, (long long)clk, (long long)tk, (long long)tick_base); in clockintr()
636 tick_base = 0; in clockintr()