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()
8954 if (!reserved->interruptStatisticsArray) { in addInterruptStatistics()
8955 reserved->interruptStatisticsArray = IONew(IOInterruptAccountingReporter, 1); in addInterruptStatistics()
8956 assert(reserved->interruptStatisticsArray); in addInterruptStatistics()
8958 bzero(reserved->interruptStatisticsArray, sizeof(*reserved->interruptStatisticsArray)); in addInterruptStatistics()
8985 …memcpy(newArray, reserved->interruptStatisticsArray, reserved->interruptStatisticsArrayCount * siz… in addInterruptStatistics()
8986 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in addInterruptStatistics()
8987 reserved->interruptStatisticsArray = newArray; in addInterruptStatistics()
8991 if (!reserved->interruptStatisticsArray[source].reporter) { in addInterruptStatistics()
9000 …reserved->interruptStatisticsArray[source].reporter = IOSimpleReporter::with(this, kIOReportCatego… in addInterruptStatistics()
9015 …reserved->interruptStatisticsArray[source].reporter->addChannel(IA_GET_CHANNEL_ID(source, i), kInt… in addInterruptStatistics()
9032 …legend->addReporterLegend(reserved->interruptStatisticsArray[source].reporter, kInterruptAccountin… in addInterruptStatistics()
9050 oldValue = reserved->interruptStatisticsArray[source].statistics; in addInterruptStatistics()
9056 reserved->interruptStatisticsArray[source].statistics = statistics; in addInterruptStatistics()
9066 …ountingDataInheritChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in addInterruptStatistics()
9095 assert(reserved->interruptStatisticsArray); in removeInterruptStatistics()
9102 value = reserved->interruptStatisticsArray[source].statistics; in removeInterruptStatistics()
9112 …countingDataUpdateChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in removeInterruptStatistics()
9113 reserved->interruptStatisticsArray[source].statistics = NULL; in removeInterruptStatistics()
9207 if (reserved->interruptStatisticsArray[cnt].reporter) { in configureReport()
9212 if (reserved->interruptStatisticsArray[cnt].statistics) { in configureReport()
9213 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in configureReport()
9216 …reserved->interruptStatisticsArray[cnt].reporter->configureReport(channelList, action, result, des… in configureReport()
9257 if (reserved->interruptStatisticsArray[cnt].reporter) { in updateReport()
9262 if (reserved->interruptStatisticsArray[cnt].statistics) { in updateReport()
9263 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in updateReport()
9266 …reserved->interruptStatisticsArray[cnt].reporter->updateReport(channelList, action, result, destin… in updateReport()