Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOInterruptEventSource.cpp347 if (IA_GET_STATISTIC_ENABLED(kInterruptAccountingSecondLevelSystemTimeIndex)) { in checkForWork()
351 if (IA_GET_STATISTIC_ENABLED(kInterruptAccountingSecondLevelCPUTimeIndex)) { in checkForWork()
364 if (IA_GET_STATISTIC_ENABLED(kInterruptAccountingSecondLevelCountIndex)) { in checkForWork()
368 if (IA_GET_STATISTIC_ENABLED(kInterruptAccountingSecondLevelCPUTimeIndex)) { in checkForWork()
373 if (IA_GET_STATISTIC_ENABLED(kInterruptAccountingSecondLevelSystemTimeIndex)) { in checkForWork()
399 if (IA_GET_STATISTIC_ENABLED(kInterruptAccountingSecondLevelSystemTimeIndex)) { in checkForWork()
403 if (IA_GET_STATISTIC_ENABLED(kInterruptAccountingSecondLevelCPUTimeIndex)) { in checkForWork()
421 if (IA_GET_STATISTIC_ENABLED(kInterruptAccountingSecondLevelCPUTimeIndex)) { in checkForWork()
426 if (IA_GET_STATISTIC_ENABLED(kInterruptAccountingSecondLevelCountIndex)) { in checkForWork()
464 if (IA_GET_STATISTIC_ENABLED(kInterruptAccountingFirstLevelCountIndex)) { in normalInterruptOccurred()
[all …]
H A DIOFilterInterruptEventSource.cpp223 if (IA_GET_STATISTIC_ENABLED(kInterruptAccountingFirstLevelTimeIndex) in normalInterruptOccurred()
240 if (IA_GET_STATISTIC_ENABLED(kInterruptAccountingFirstLevelCountIndex)) { in normalInterruptOccurred()
244 if (IA_GET_STATISTIC_ENABLED(kInterruptAccountingFirstLevelTimeIndex)) { in normalInterruptOccurred()
276 if (IA_GET_STATISTIC_ENABLED(kInterruptAccountingFirstLevelTimeIndex) in disableInterruptOccurred()
293 if (IA_GET_STATISTIC_ENABLED(kInterruptAccountingFirstLevelCountIndex)) { in disableInterruptOccurred()
297 if (IA_GET_STATISTIC_ENABLED(kInterruptAccountingFirstLevelTimeIndex)) { in disableInterruptOccurred()
H A DIOInterruptAccounting.cpp85 if (IA_GET_STATISTIC_ENABLED(i)) { in interruptAccountingDataUpdateChannels()
97 if (IA_GET_STATISTIC_ENABLED(i)) { in interruptAccountingDataInheritChannels()
H A DIOService.cpp8876 if (IA_GET_STATISTIC_ENABLED(i)) { in addInterruptStatistics()
/xnu-11215/iokit/IOKit/
H A DIOInterruptAccountingPrivate.h85 #define IA_GET_STATISTIC_ENABLED(statisticIndex) \ macro