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

/xnu-2782.1.97/iokit/IOKit/
H A DIOStatistics.h77 uint32_t closeGateCalls; member in struct:IOStatisticsTimerEventSources
86 uint32_t closeGateCalls; member in struct:IOStatisticsDerivedEventSources
93 uint32_t closeGateCalls; member in struct:IOStatisticsCommandGates
H A DIOStatisticsPrivate.h144 uint32_t closeGateCalls; member in struct:IOEventSourceCounter
167 uint32_t closeGateCalls; member in struct:IOWorkLoopCounter
285 counter->closeGateCalls++;
337 counter->closeGateCalls++;
/xnu-2782.1.97/iokit/Kernel/
H A DIOStatistics.cpp969 tec->closeGateCalls += counter->closeGateCalls;
984 dec->closeGateCalls += counter->closeGateCalls;

Completed in 20 milliseconds