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

/xnu-2782.1.97/iokit/IOKit/
H A DIOReportMacros.h204 uint64_t update_ts; member in struct:__anon627
252 __info->update_ts = 0; \
293 if (__info->update_ts) \
294 __rep->upticks += (changeTime) - __info->update_ts; \
299 __info->update_ts = (changeTime); \
319 if (__info->update_ts) { \
323 __state->upticks += (currentTime) - __info->update_ts; \
324 __info->update_ts = (currentTime); \

Completed in 20 milliseconds