Home
last modified time | relevance | path

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

/xnu-11215.1.10/iokit/IOKit/
H A DIOReportMacros.h211 uint64_t update_ts; member
261 __info->update_ts = 0; \
301 if (__info->update_ts) \
302 __rep->upticks += (changeTime) - __info->update_ts; \
307 __info->update_ts = (changeTime); \
327 if (__info->update_ts) { \
331 __state->upticks += (currentTime) - __info->update_ts; \
332 __info->update_ts = (currentTime); \