Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hv/
Dhv_util.c221 u64 newtime, reftime; in hv_get_adj_host_time() local
226 newtime = host_ts.host_time + (reftime - host_ts.ref_time); in hv_get_adj_host_time()
227 ts = ns_to_timespec64((newtime - WLTIMEDELTA) * 100); in hv_get_adj_host_time()
/Linux-v4.19/sound/pci/emu10k1/
Dio.c481 unsigned int newtime = 0, curtime; in snd_emu10k1_wait() local
487 newtime = inl(emu->port + WC) >> 6; in snd_emu10k1_wait()
488 if (newtime != curtime) in snd_emu10k1_wait()
493 curtime = newtime; in snd_emu10k1_wait()