Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hv/
Dhv_util.c203 u64 ref_time; member
215 newtime = host_ts.host_time + (reftime - host_ts.ref_time); in hv_get_adj_host_time()
255 host_ts.ref_time = cur_reftime; in adj_guesttime()
/Linux-v5.4/tools/perf/
Dbuiltin-stat.c158 static struct timespec ref_time; variable
344 diff_timespec(&rs, &ts, &ref_time); in process_interval()
555 clock_gettime(CLOCK_MONOTONIC, &ref_time); in __run_perf_stat()