Searched refs:timer0count (Results 1 – 1 of 1) sorted by relevance
237 struct count64 timer0count; variable277 timer0count.lo = 0; in startrtclock()278 timer0count.hi = 0; in startrtclock()327 oldlo = timer0count.lo; in gettimer0count()329 if (oldlo > (timer0count.lo = oldlo + ticks)) /* carry? */ in gettimer0count()330 timer0count.hi++; in gettimer0count()332 *pcount = timer0count; in gettimer0count()