Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/IOKit/
H A DIOReportMacros.h257 __rep->upticks = 0; \
302 __rep->upticks += (changeTime) - __info->update_ts; \
331 __state->upticks += (currentTime) - __info->update_ts; \
395 ? ((IOStateReportValues*)&(((IOStateReportInfo*)(state_buf))->elem[(stateIdx)].values))->upticks \
H A DIOReportTypes.h103 uint64_t upticks; // ticks spent in state (local timebase) member
/xnu-8019.80.24/iokit/Kernel/
H A DIOStateReporter.cpp393 state_values.upticks = time_in_state; in handleOverrideChannelStateByIndices()
469 state_values.upticks += time_in_state; in handleIncrementChannelStateByIndices()
698 curr_state_values.upticks += prev_state_residency; in handleSetStateByIndices()
762 result = values->upticks; in _getStateValue()
854 state_values.upticks += time_in_state; in updateChannelValues()
/xnu-8019.80.24/iokit/DriverKit/
H A DIOReportTypes.h103 uint64_t upticks; // ticks spent in state (local timebase) member