Lines Matching refs:interruptStatisticsArray

847 		if (reserved->interruptStatisticsArray) {  in free()
849 if (reserved->interruptStatisticsArray[i].reporter) { in free()
850 reserved->interruptStatisticsArray[i].reporter->release(); in free()
854 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in free()
8634 if (!reserved->interruptStatisticsArray) { in addInterruptStatistics()
8635 reserved->interruptStatisticsArray = IONew(IOInterruptAccountingReporter, 1); in addInterruptStatistics()
8636 assert(reserved->interruptStatisticsArray); in addInterruptStatistics()
8638 bzero(reserved->interruptStatisticsArray, sizeof(*reserved->interruptStatisticsArray)); in addInterruptStatistics()
8665 …memcpy(newArray, reserved->interruptStatisticsArray, reserved->interruptStatisticsArrayCount * siz… in addInterruptStatistics()
8666 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in addInterruptStatistics()
8667 reserved->interruptStatisticsArray = newArray; in addInterruptStatistics()
8671 if (!reserved->interruptStatisticsArray[source].reporter) { in addInterruptStatistics()
8680 …reserved->interruptStatisticsArray[source].reporter = IOSimpleReporter::with(this, kIOReportCatego… in addInterruptStatistics()
8695 …reserved->interruptStatisticsArray[source].reporter->addChannel(IA_GET_CHANNEL_ID(source, i), kInt… in addInterruptStatistics()
8712 …legend->addReporterLegend(reserved->interruptStatisticsArray[source].reporter, kInterruptAccountin… in addInterruptStatistics()
8730 oldValue = reserved->interruptStatisticsArray[source].statistics; in addInterruptStatistics()
8736 reserved->interruptStatisticsArray[source].statistics = statistics; in addInterruptStatistics()
8746 …ountingDataInheritChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in addInterruptStatistics()
8775 assert(reserved->interruptStatisticsArray); in removeInterruptStatistics()
8782 value = reserved->interruptStatisticsArray[source].statistics; in removeInterruptStatistics()
8792 …countingDataUpdateChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in removeInterruptStatistics()
8793 reserved->interruptStatisticsArray[source].statistics = NULL; in removeInterruptStatistics()
8887 if (reserved->interruptStatisticsArray[cnt].reporter) { in configureReport()
8892 if (reserved->interruptStatisticsArray[cnt].statistics) { in configureReport()
8893 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in configureReport()
8896 …reserved->interruptStatisticsArray[cnt].reporter->configureReport(channelList, action, result, des… in configureReport()
8937 if (reserved->interruptStatisticsArray[cnt].reporter) { in updateReport()
8942 if (reserved->interruptStatisticsArray[cnt].statistics) { in updateReport()
8943 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in updateReport()
8946 …reserved->interruptStatisticsArray[cnt].reporter->updateReport(channelList, action, result, destin… in updateReport()