Searched refs:ticks_end (Results 1 – 1 of 1) sorted by relevance
70 UINT64 ticks_start, ticks_end; in ticks_freq() local78 ticks_end = ticks_read(); in ticks_freq()80 … if (ticks_end < ticks_start) /* Check for an overflow (which is not that unlikely, given on some in ticks_freq()84 cache = (ticks_end - ticks_start) * 1000UL; in ticks_freq()