Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOStatistics.h71 uint32_t checksForWork; member
80 uint32_t checksForWork; member
H A DIOStatisticsPrivate.h122 uint32_t checksForWork; member
127 uint32_t checksForWork; member
306 counter->u.interrupt.checksForWork++; in countInterruptCheckForWork()
/xnu-11215/iokit/Kernel/
H A DIOStatistics.cpp971 iec->checksForWork += counter->u.interrupt.checksForWork; in copyCounterStatistics()
976 fiec->checksForWork += counter->u.filter.checksForWork; in copyCounterStatistics()
981 tec->checksForWork += counter->u.timer.checksForWork; in copyCounterStatistics()