Searched refs:interruptStatistics (Results 1 – 5 of 5) sorted by relevance
365 …IA_ADD_VALUE(&reserved->statistics->interruptStatistics[kInterruptAccountingSecondLevelCountIndex]… in checkForWork()370 …IA_ADD_VALUE(&reserved->statistics->interruptStatistics[kInterruptAccountingSecondLevelCPUTimeInde… in checkForWork()375 …IA_ADD_VALUE(&reserved->statistics->interruptStatistics[kInterruptAccountingSecondLevelSystemTimeI… in checkForWork()418 …IA_ADD_VALUE(&reserved->statistics->interruptStatistics[kInterruptAccountingSecondLevelSystemTimeI… in checkForWork()423 …IA_ADD_VALUE(&reserved->statistics->interruptStatistics[kInterruptAccountingSecondLevelCPUTimeInde… in checkForWork()427 …IA_ADD_VALUE(&reserved->statistics->interruptStatistics[kInterruptAccountingSecondLevelCountIndex]… in checkForWork()465 …IA_ADD_VALUE(&reserved->statistics->interruptStatistics[kInterruptAccountingFirstLevelCountIndex],… in normalInterruptOccurred()496 …IA_ADD_VALUE(&reserved->statistics->interruptStatistics[kInterruptAccountingFirstLevelCountIndex],… in disableInterruptOccurred()
241 …IA_ADD_VALUE(&IOInterruptEventSource::reserved->statistics->interruptStatistics[kInterruptAccounti… in normalInterruptOccurred()246 …IA_ADD_VALUE(&IOInterruptEventSource::reserved->statistics->interruptStatistics[kInterruptAccounti… in normalInterruptOccurred()294 …IA_ADD_VALUE(&IOInterruptEventSource::reserved->statistics->interruptStatistics[kInterruptAccounti… in disableInterruptOccurred()299 …IA_ADD_VALUE(&IOInterruptEventSource::reserved->statistics->interruptStatistics[kInterruptAccounti… in disableInterruptOccurred()
86 reporter->setValue(IA_GET_CHANNEL_ID(data->interruptIndex, i), data->interruptStatistics[i]); in interruptAccountingDataUpdateChannels()98 data->interruptStatistics[i] = reporter->getValue(IA_GET_CHANNEL_ID(data->interruptIndex, i)); in interruptAccountingDataInheritChannels()
171 …volatile uint64_t interruptStatistics[IA_NUM_INTERRUPT_ACCOUNTING_STATISTICS] __attribute__((align… member
1605 first_level_count = i.interruptStatistics[0]1655 first_level_count = i.interruptStatistics[0]1656 second_level_count = i.interruptStatistics[1]1657 first_level_time = i.interruptStatistics[2]1658 second_level_cpu_time = i.interruptStatistics[3]1659 second_level_system_time = i.interruptStatistics[4]