Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOFilterInterruptEventSource.cpp240 if (IA_GET_STATISTIC_ENABLED(kInterruptAccountingFirstLevelCountIndex)) { in normalInterruptOccurred()
241 …tEventSource::reserved->statistics->interruptStatistics[kInterruptAccountingFirstLevelCountIndex],… in normalInterruptOccurred()
293 if (IA_GET_STATISTIC_ENABLED(kInterruptAccountingFirstLevelCountIndex)) { in disableInterruptOccurred()
294 …tEventSource::reserved->statistics->interruptStatistics[kInterruptAccountingFirstLevelCountIndex],… in disableInterruptOccurred()
H A DIOInterruptEventSource.cpp464 if (IA_GET_STATISTIC_ENABLED(kInterruptAccountingFirstLevelCountIndex)) { in normalInterruptOccurred()
465 …IA_ADD_VALUE(&reserved->statistics->interruptStatistics[kInterruptAccountingFirstLevelCountIndex],… in normalInterruptOccurred()
495 if (IA_GET_STATISTIC_ENABLED(kInterruptAccountingFirstLevelCountIndex)) { in disableInterruptOccurred()
496 …IA_ADD_VALUE(&reserved->statistics->interruptStatistics[kInterruptAccountingFirstLevelCountIndex],… in disableInterruptOccurred()
H A DIOInterruptAccounting.cpp41 IA_GET_ENABLE_BIT(kInterruptAccountingFirstLevelCountIndex) |
/xnu-11215/iokit/IOKit/
H A DIOInterruptAccounting.h136kInterruptAccountingFirstLevelCountIndex = 0, /* Number of times we invoked the top level handler … enumerator
H A DIOInterruptAccountingPrivate.h109 [kInterruptAccountingFirstLevelCountIndex] = kInterruptAccountingChannelNameFirstLevelCount,