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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp944 IOStatisticsTimerEventSources *tec = &stats->timerEventSourceStatistics; local
963 tec->created++;
964 tec->timeouts += counter->u.timer.timeouts;
965 tec->checksForWork += counter->u.timer.checksForWork;
966 tec->timeOnGate += counter->timeOnGate;
967 tec->closeGateCalls += counter->closeGateCalls;
968 tec->openGateCalls += counter->openGateCalls;

Completed in 10 milliseconds