Lines Matching refs:interruptStatisticsArray

818 		if (reserved->interruptStatisticsArray) {  in free()
820 if (reserved->interruptStatisticsArray[i].reporter) { in free()
821 reserved->interruptStatisticsArray[i].reporter->release(); in free()
825 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in free()
8632 if (!reserved->interruptStatisticsArray) { in addInterruptStatistics()
8633 reserved->interruptStatisticsArray = IONew(IOInterruptAccountingReporter, 1); in addInterruptStatistics()
8634 assert(reserved->interruptStatisticsArray); in addInterruptStatistics()
8636 bzero(reserved->interruptStatisticsArray, sizeof(*reserved->interruptStatisticsArray)); in addInterruptStatistics()
8663 …memcpy(newArray, reserved->interruptStatisticsArray, reserved->interruptStatisticsArrayCount * siz… in addInterruptStatistics()
8664 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in addInterruptStatistics()
8665 reserved->interruptStatisticsArray = newArray; in addInterruptStatistics()
8669 if (!reserved->interruptStatisticsArray[source].reporter) { in addInterruptStatistics()
8678 …reserved->interruptStatisticsArray[source].reporter = IOSimpleReporter::with(this, kIOReportCatego… in addInterruptStatistics()
8693 …reserved->interruptStatisticsArray[source].reporter->addChannel(IA_GET_CHANNEL_ID(source, i), kInt… in addInterruptStatistics()
8710 …legend->addReporterLegend(reserved->interruptStatisticsArray[source].reporter, kInterruptAccountin… in addInterruptStatistics()
8728 oldValue = reserved->interruptStatisticsArray[source].statistics; in addInterruptStatistics()
8734 reserved->interruptStatisticsArray[source].statistics = statistics; in addInterruptStatistics()
8744 …ountingDataInheritChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in addInterruptStatistics()
8773 assert(reserved->interruptStatisticsArray); in removeInterruptStatistics()
8780 value = reserved->interruptStatisticsArray[source].statistics; in removeInterruptStatistics()
8790 …countingDataUpdateChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in removeInterruptStatistics()
8791 reserved->interruptStatisticsArray[source].statistics = NULL; in removeInterruptStatistics()
8885 if (reserved->interruptStatisticsArray[cnt].reporter) { in configureReport()
8890 if (reserved->interruptStatisticsArray[cnt].statistics) { in configureReport()
8891 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in configureReport()
8894 …reserved->interruptStatisticsArray[cnt].reporter->configureReport(channelList, action, result, des… in configureReport()
8935 if (reserved->interruptStatisticsArray[cnt].reporter) { in updateReport()
8940 if (reserved->interruptStatisticsArray[cnt].statistics) { in updateReport()
8941 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in updateReport()
8944 …reserved->interruptStatisticsArray[cnt].reporter->updateReport(channelList, action, result, destin… in updateReport()