Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOStatistics.h78 uint64_t timeOnGate; member
87 uint64_t timeOnGate; member
94 uint64_t timeOnGate; member
188 uint64_t timeOnGate; member
H A DIOStatisticsPrivate.h143 uint64_t timeOnGate; member
166 uint64_t timeOnGate; member
287 counter->timeOnGate += mach_absolute_time() - counter->startTimeStamp; in countOpenGate()
353 counter->timeOnGate += mach_absolute_time() - counter->startTimeStamp; in countWorkLoopOpenGate()
/xnu-11215/iokit/Kernel/
H A DIOStatistics.cpp982 tec->timeOnGate += counter->timeOnGate; in copyCounterStatistics()
988 cgc->timeOnGate += counter->timeOnGate; in copyCounterStatistics()
997 dec->timeOnGate += counter->timeOnGate; in copyCounterStatistics()
1054 stats->timeOnGate = wlc->timeOnGate; in copyWorkLoopStatistics()