Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOStatistics.cpp960 IOStatisticsTimerEventSources *tec = &stats->timerEventSourceStatistics; in copyCounterStatistics() local
979 tec->created++; in copyCounterStatistics()
980 tec->timeouts += counter->u.timer.timeouts; in copyCounterStatistics()
981 tec->checksForWork += counter->u.timer.checksForWork; in copyCounterStatistics()
982 tec->timeOnGate += counter->timeOnGate; in copyCounterStatistics()
983 tec->closeGateCalls += counter->closeGateCalls; in copyCounterStatistics()
984 tec->openGateCalls += counter->openGateCalls; in copyCounterStatistics()