Searched refs:ts4 (Results 1 – 1 of 1) sorted by relevance
43 struct timespec64 ts1, ts2, ts3, ts4; in measure_clock() local76 ktime_get_real_ts64(&ts4); in measure_clock()77 delta_us = timespec_to_us(&ts4) - timespec_to_us(&ts3); in measure_clock()