Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hv/
Dhv_util.c210 u64 newtime, reftime; in hv_get_adj_host_time() local
215 newtime = host_ts.host_time + (reftime - host_ts.ref_time); in hv_get_adj_host_time()
216 ts = ns_to_timespec64((newtime - WLTIMEDELTA) * 100); in hv_get_adj_host_time()
/Linux-v5.4/sound/pci/emu10k1/
Dio.c467 unsigned int newtime = 0, curtime; in snd_emu10k1_wait() local
473 newtime = inl(emu->port + WC) >> 6; in snd_emu10k1_wait()
474 if (newtime != curtime) in snd_emu10k1_wait()
479 curtime = newtime; in snd_emu10k1_wait()