HomeSort by: relevance | last modified time | path
    Searched defs:statcountperusec (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/arm/footbridge/
footbridge_clock.c 75 int statcountperusec; /* number of ticks per usec at current stathz */ variable in typeref:typename:int
165 newint = statmin + (r * statcountperusec);
175 r = ((statprev - currentclock) + statcountperusec);
250 statcountperusec = countpersecond / 1000000;
253 statvarticks = statcountperusec * statvar;

Completed in 12 milliseconds