Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dhyperv.h1622 #define WLTIMEDELTA 116444736000000000L /* in 100ns unit */ macro
1624 #define WLTIMEDELTA 116444736000000000LL macro
/openbmc/linux/drivers/hv/
H A Dhv_util.c303 return (reftime - WLTIMEDELTA) * 100; in reftime_to_ns()