Searched refs:ts3 (Results 1 – 2 of 2) sorted by relevance
43 struct timespec64 ts1, ts2, ts3, ts4; in measure_clock() local70 ktime_get_real_ts64(&ts3); in measure_clock()77 delta_us = timespec_to_us(&ts4) - timespec_to_us(&ts3); in measure_clock()85 delta_us = timespec_to_us(&ts3) - timespec_to_us(&ts1); in measure_clock()
51 struct timespec ts1, ts2, ts3; in get_sample() local57 clock_gettime(CLOCK_MONOTONIC_RAW, &ts3); in get_sample()61 ts3.tv_sec -= mono_raw_base; in get_sample()63 delay = diff_timespec(&ts3, &ts1); in get_sample()