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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOStatistics.h71 uint32_t checksForWork; member in struct:IOStatisticsInterruptEventSources
80 uint32_t checksForWork; member in struct:IOStatisticsTimerEventSources
H A DIOStatisticsPrivate.h122 uint32_t checksForWork; member in struct:IOInterruptEventSourceCounter
127 uint32_t checksForWork; member in struct:IOTimerEventSourceCounter
292 counter->u.interrupt.checksForWork++;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp955 iec->checksForWork += counter->u.interrupt.checksForWork;
960 fiec->checksForWork += counter->u.filter.checksForWork;
965 tec->checksForWork += counter->u.timer.checksForWork;

Completed in 20 milliseconds