Lines Matching refs:interruptStatisticsArray
822 if (reserved->interruptStatisticsArray) { in free()
824 if (reserved->interruptStatisticsArray[i].reporter) { in free()
825 reserved->interruptStatisticsArray[i].reporter->release(); in free()
829 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in free()
8486 if (!reserved->interruptStatisticsArray) { in addInterruptStatistics()
8487 reserved->interruptStatisticsArray = IONew(IOInterruptAccountingReporter, 1); in addInterruptStatistics()
8488 assert(reserved->interruptStatisticsArray); in addInterruptStatistics()
8490 bzero(reserved->interruptStatisticsArray, sizeof(*reserved->interruptStatisticsArray)); in addInterruptStatistics()
8517 …memcpy(newArray, reserved->interruptStatisticsArray, reserved->interruptStatisticsArrayCount * siz… in addInterruptStatistics()
8518 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in addInterruptStatistics()
8519 reserved->interruptStatisticsArray = newArray; in addInterruptStatistics()
8523 if (!reserved->interruptStatisticsArray[source].reporter) { in addInterruptStatistics()
8532 …reserved->interruptStatisticsArray[source].reporter = IOSimpleReporter::with(this, kIOReportCatego… in addInterruptStatistics()
8547 …reserved->interruptStatisticsArray[source].reporter->addChannel(IA_GET_CHANNEL_ID(source, i), kInt… in addInterruptStatistics()
8564 …legend->addReporterLegend(reserved->interruptStatisticsArray[source].reporter, kInterruptAccountin… in addInterruptStatistics()
8582 oldValue = reserved->interruptStatisticsArray[source].statistics; in addInterruptStatistics()
8588 reserved->interruptStatisticsArray[source].statistics = statistics; in addInterruptStatistics()
8598 …ountingDataInheritChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in addInterruptStatistics()
8627 assert(reserved->interruptStatisticsArray); in removeInterruptStatistics()
8634 value = reserved->interruptStatisticsArray[source].statistics; in removeInterruptStatistics()
8644 …countingDataUpdateChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in removeInterruptStatistics()
8645 reserved->interruptStatisticsArray[source].statistics = NULL; in removeInterruptStatistics()
8739 if (reserved->interruptStatisticsArray[cnt].reporter) { in configureReport()
8744 if (reserved->interruptStatisticsArray[cnt].statistics) { in configureReport()
8745 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in configureReport()
8748 …reserved->interruptStatisticsArray[cnt].reporter->configureReport(channelList, action, result, des… in configureReport()
8789 if (reserved->interruptStatisticsArray[cnt].reporter) { in updateReport()
8794 if (reserved->interruptStatisticsArray[cnt].statistics) { in updateReport()
8795 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in updateReport()
8798 …reserved->interruptStatisticsArray[cnt].reporter->updateReport(channelList, action, result, destin… in updateReport()