Home
last modified time | relevance | path

Searched refs:ref_time (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/hv/
Dhv_util.c214 u64 ref_time; member
226 newtime = host_ts.host_time + (reftime - host_ts.ref_time); in hv_get_adj_host_time()
266 host_ts.ref_time = cur_reftime; in adj_guesttime()
/Linux-v4.19/tools/perf/
Dbuiltin-stat.c174 static struct timespec ref_time; variable
417 diff_timespec(&rs, &ts, &ref_time); in process_interval()
711 clock_gettime(CLOCK_MONOTONIC, &ref_time); in __run_perf_stat()