Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOCommandQueue.cpp44 IOStatistics::setCounterType(reserved->counter, kIOStatisticsCommandQueueCounter)
H A DIOFilterInterruptEventSource.cpp43 …IOStatistics::setCounterType(IOEventSource::reserved->counter, kIOStatisticsFilterInterruptEventSo…
H A DIOCommandGate.cpp60 IOStatistics::setCounterType(IOEventSource::reserved->counter, kIOStatisticsCommandGateCounter); \
H A DIOInterruptEventSource.cpp46 …IOStatistics::setCounterType(IOEventSource::reserved->counter, kIOStatisticsInterruptEventSourceCo…
H A DIOTimerEventSource.cpp68 …IOStatistics::setCounterType(IOEventSource::reserved->counter, kIOStatisticsTimerEventSourceCounte…
/xnu-11215/iokit/IOKit/
H A DIOStatisticsPrivate.h276 setCounterType(IOEventSourceCounter *counter, IOStatisticsCounterType type) in setCounterType() function