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()
8823 if (!reserved->interruptStatisticsArray) { in addInterruptStatistics()
8824 reserved->interruptStatisticsArray = IONew(IOInterruptAccountingReporter, 1); in addInterruptStatistics()
8825 assert(reserved->interruptStatisticsArray); in addInterruptStatistics()
8827 bzero(reserved->interruptStatisticsArray, sizeof(*reserved->interruptStatisticsArray)); in addInterruptStatistics()
8854 …memcpy(newArray, reserved->interruptStatisticsArray, reserved->interruptStatisticsArrayCount * siz… in addInterruptStatistics()
8855 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in addInterruptStatistics()
8856 reserved->interruptStatisticsArray = newArray; in addInterruptStatistics()
8860 if (!reserved->interruptStatisticsArray[source].reporter) { in addInterruptStatistics()
8869 …reserved->interruptStatisticsArray[source].reporter = IOSimpleReporter::with(this, kIOReportCatego… in addInterruptStatistics()
8884 …reserved->interruptStatisticsArray[source].reporter->addChannel(IA_GET_CHANNEL_ID(source, i), kInt… in addInterruptStatistics()
8901 …legend->addReporterLegend(reserved->interruptStatisticsArray[source].reporter, kInterruptAccountin… in addInterruptStatistics()
8919 oldValue = reserved->interruptStatisticsArray[source].statistics; in addInterruptStatistics()
8925 reserved->interruptStatisticsArray[source].statistics = statistics; in addInterruptStatistics()
8935 …ountingDataInheritChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in addInterruptStatistics()
8964 assert(reserved->interruptStatisticsArray); in removeInterruptStatistics()
8971 value = reserved->interruptStatisticsArray[source].statistics; in removeInterruptStatistics()
8981 …countingDataUpdateChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in removeInterruptStatistics()
8982 reserved->interruptStatisticsArray[source].statistics = NULL; in removeInterruptStatistics()
9076 if (reserved->interruptStatisticsArray[cnt].reporter) { in configureReport()
9081 if (reserved->interruptStatisticsArray[cnt].statistics) { in configureReport()
9082 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in configureReport()
9085 …reserved->interruptStatisticsArray[cnt].reporter->configureReport(channelList, action, result, des… in configureReport()
9126 if (reserved->interruptStatisticsArray[cnt].reporter) { in updateReport()
9131 if (reserved->interruptStatisticsArray[cnt].statistics) { in updateReport()
9132 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in updateReport()
9135 …reserved->interruptStatisticsArray[cnt].reporter->updateReport(channelList, action, result, destin… in updateReport()