Home
last modified time | relevance | path

Searched refs:IA_NUM_INTERRUPT_ACCOUNTING_STATISTICS (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.61.3/iokit/IOKit/ !
H A DIOInterruptAccountingPrivate.h108 …onst char * const kInterruptAccountingStatisticNameArray[IA_NUM_INTERRUPT_ACCOUNTING_STATISTICS] =…
171 …volatile uint64_t interruptStatistics[IA_NUM_INTERRUPT_ACCOUNTING_STATISTICS] __attribute__((align…
H A DIOInterruptAccounting.h49 #define IA_NUM_INTERRUPT_ACCOUNTING_STATISTICS (10) macro
/xnu-10002.61.3/iokit/Kernel/ !
H A DIOInterruptAccounting.cpp84 for (i = 0; i < IA_NUM_INTERRUPT_ACCOUNTING_STATISTICS; i++) { in interruptAccountingDataUpdateChannels()
96 for (i = 0; i < IA_NUM_INTERRUPT_ACCOUNTING_STATISTICS; i++) { in interruptAccountingDataInheritChannels()
H A DIOService.cpp8780 for (i = 0; i < IA_NUM_INTERRUPT_ACCOUNTING_STATISTICS; i++) { in addInterruptStatistics()