Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dhyperv.h1410 #define WLTIMEDELTA 116444736000000000L /* in 100ns unit */ macro
1412 #define WLTIMEDELTA 116444736000000000LL macro
/Linux-v4.19/drivers/hv/
Dhv_util.c227 ts = ns_to_timespec64((newtime - WLTIMEDELTA) * 100); in hv_get_adj_host_time()