Searched refs:cycles_now (Results 1 – 1 of 1) sorted by relevance
447 cycles_t cycles_prev, cycles_now, clock_rate; in gxio_mpipe_get_timestamp() local451 (uint64_t *)&cycles_now); in gxio_mpipe_get_timestamp()457 ts->tv_nsec -= (cycles_now - cycles_prev) * 1000000000LL / clock_rate; in gxio_mpipe_get_timestamp()