Lines Matching refs:interruptStatisticsArray
854 if (reserved->interruptStatisticsArray) { in free()
856 if (reserved->interruptStatisticsArray[i].reporter) { in free()
857 reserved->interruptStatisticsArray[i].reporter->release(); in free()
861 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in free()
8958 if (!reserved->interruptStatisticsArray) { in addInterruptStatistics()
8959 reserved->interruptStatisticsArray = IONew(IOInterruptAccountingReporter, 1); in addInterruptStatistics()
8960 assert(reserved->interruptStatisticsArray); in addInterruptStatistics()
8962 bzero(reserved->interruptStatisticsArray, sizeof(*reserved->interruptStatisticsArray)); in addInterruptStatistics()
8989 …memcpy(newArray, reserved->interruptStatisticsArray, reserved->interruptStatisticsArrayCount * siz… in addInterruptStatistics()
8990 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in addInterruptStatistics()
8991 reserved->interruptStatisticsArray = newArray; in addInterruptStatistics()
8995 if (!reserved->interruptStatisticsArray[source].reporter) { in addInterruptStatistics()
9004 …reserved->interruptStatisticsArray[source].reporter = IOSimpleReporter::with(this, kIOReportCatego… in addInterruptStatistics()
9019 …reserved->interruptStatisticsArray[source].reporter->addChannel(IA_GET_CHANNEL_ID(source, i), kInt… in addInterruptStatistics()
9036 …legend->addReporterLegend(reserved->interruptStatisticsArray[source].reporter, kInterruptAccountin… in addInterruptStatistics()
9054 oldValue = reserved->interruptStatisticsArray[source].statistics; in addInterruptStatistics()
9060 reserved->interruptStatisticsArray[source].statistics = statistics; in addInterruptStatistics()
9070 …ountingDataInheritChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in addInterruptStatistics()
9099 assert(reserved->interruptStatisticsArray); in removeInterruptStatistics()
9106 value = reserved->interruptStatisticsArray[source].statistics; in removeInterruptStatistics()
9116 …countingDataUpdateChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in removeInterruptStatistics()
9117 reserved->interruptStatisticsArray[source].statistics = NULL; in removeInterruptStatistics()
9211 if (reserved->interruptStatisticsArray[cnt].reporter) { in configureReport()
9216 if (reserved->interruptStatisticsArray[cnt].statistics) { in configureReport()
9217 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in configureReport()
9220 …reserved->interruptStatisticsArray[cnt].reporter->configureReport(channelList, action, result, des… in configureReport()
9261 if (reserved->interruptStatisticsArray[cnt].reporter) { in updateReport()
9266 if (reserved->interruptStatisticsArray[cnt].statistics) { in updateReport()
9267 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in updateReport()
9270 …reserved->interruptStatisticsArray[cnt].reporter->updateReport(channelList, action, result, destin… in updateReport()