Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/footbridge/
H A Dfootbridge_clock.c75 int statcountperusec; /* number of ticks per usec at current stathz */ variable
165 newint = statmin + (r * statcountperusec); in statclockhandler()
175 r = ((statprev - currentclock) + statcountperusec); in statclockhandler()
250 statcountperusec = countpersecond / 1000000; in setstatclockrate()
253 statvarticks = statcountperusec * statvar; in setstatclockrate()