Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOStateReporter.cpp372 IOStateReportValues state_values; in handleOverrideChannelStateByIndices() local
392 state_values.intransitions = intransitions; in handleOverrideChannelStateByIndices()
393 state_values.upticks = time_in_state; in handleOverrideChannelStateByIndices()
448 IOStateReportValues state_values; in handleIncrementChannelStateByIndices() local
468 state_values.intransitions += intransitions; in handleIncrementChannelStateByIndices()
469 state_values.upticks += time_in_state; in handleIncrementChannelStateByIndices()
556 IOStateReportValues state_values; in handleSetStateID() local
575 state_values.state_id = state_id; in handleSetStateID()
815 IOStateReportValues state_values; in updateChannelValues() local
854 state_values.upticks += time_in_state; in updateChannelValues()
[all …]