Searched refs:ts_stop (Results 1 – 2 of 2) sorted by relevance
30 struct timespec64 ts_stop; member234 ktime_get_real_ts64(&rec->ts_stop); in time_bench_stop()
155 rec->time_stop = rec->ts_stop.tv_nsec + in time_bench_calc_stats()156 (NANOSEC_PER_SEC * rec->ts_stop.tv_sec); in time_bench_calc_stats()
Completed in 4 milliseconds