Lines Matching refs:interruptStatisticsArray

844 		if (reserved->interruptStatisticsArray) {  in free()
846 if (reserved->interruptStatisticsArray[i].reporter) { in free()
847 reserved->interruptStatisticsArray[i].reporter->release(); in free()
851 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in free()
8816 if (!reserved->interruptStatisticsArray) { in addInterruptStatistics()
8817 reserved->interruptStatisticsArray = IONew(IOInterruptAccountingReporter, 1); in addInterruptStatistics()
8818 assert(reserved->interruptStatisticsArray); in addInterruptStatistics()
8820 bzero(reserved->interruptStatisticsArray, sizeof(*reserved->interruptStatisticsArray)); in addInterruptStatistics()
8847 …memcpy(newArray, reserved->interruptStatisticsArray, reserved->interruptStatisticsArrayCount * siz… in addInterruptStatistics()
8848 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in addInterruptStatistics()
8849 reserved->interruptStatisticsArray = newArray; in addInterruptStatistics()
8853 if (!reserved->interruptStatisticsArray[source].reporter) { in addInterruptStatistics()
8862 …reserved->interruptStatisticsArray[source].reporter = IOSimpleReporter::with(this, kIOReportCatego… in addInterruptStatistics()
8877 …reserved->interruptStatisticsArray[source].reporter->addChannel(IA_GET_CHANNEL_ID(source, i), kInt… in addInterruptStatistics()
8894 …legend->addReporterLegend(reserved->interruptStatisticsArray[source].reporter, kInterruptAccountin… in addInterruptStatistics()
8912 oldValue = reserved->interruptStatisticsArray[source].statistics; in addInterruptStatistics()
8918 reserved->interruptStatisticsArray[source].statistics = statistics; in addInterruptStatistics()
8928 …ountingDataInheritChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in addInterruptStatistics()
8957 assert(reserved->interruptStatisticsArray); in removeInterruptStatistics()
8964 value = reserved->interruptStatisticsArray[source].statistics; in removeInterruptStatistics()
8974 …countingDataUpdateChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in removeInterruptStatistics()
8975 reserved->interruptStatisticsArray[source].statistics = NULL; in removeInterruptStatistics()
9069 if (reserved->interruptStatisticsArray[cnt].reporter) { in configureReport()
9074 if (reserved->interruptStatisticsArray[cnt].statistics) { in configureReport()
9075 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in configureReport()
9078 …reserved->interruptStatisticsArray[cnt].reporter->configureReport(channelList, action, result, des… in configureReport()
9119 if (reserved->interruptStatisticsArray[cnt].reporter) { in updateReport()
9124 if (reserved->interruptStatisticsArray[cnt].statistics) { in updateReport()
9125 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in updateReport()
9128 …reserved->interruptStatisticsArray[cnt].reporter->updateReport(channelList, action, result, destin… in updateReport()