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()
8653 if (!reserved->interruptStatisticsArray) { in addInterruptStatistics()
8654 reserved->interruptStatisticsArray = IONew(IOInterruptAccountingReporter, 1); in addInterruptStatistics()
8655 assert(reserved->interruptStatisticsArray); in addInterruptStatistics()
8657 bzero(reserved->interruptStatisticsArray, sizeof(*reserved->interruptStatisticsArray)); in addInterruptStatistics()
8684 …memcpy(newArray, reserved->interruptStatisticsArray, reserved->interruptStatisticsArrayCount * siz… in addInterruptStatistics()
8685 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in addInterruptStatistics()
8686 reserved->interruptStatisticsArray = newArray; in addInterruptStatistics()
8690 if (!reserved->interruptStatisticsArray[source].reporter) { in addInterruptStatistics()
8699 …reserved->interruptStatisticsArray[source].reporter = IOSimpleReporter::with(this, kIOReportCatego… in addInterruptStatistics()
8714 …reserved->interruptStatisticsArray[source].reporter->addChannel(IA_GET_CHANNEL_ID(source, i), kInt… in addInterruptStatistics()
8731 …legend->addReporterLegend(reserved->interruptStatisticsArray[source].reporter, kInterruptAccountin… in addInterruptStatistics()
8749 oldValue = reserved->interruptStatisticsArray[source].statistics; in addInterruptStatistics()
8755 reserved->interruptStatisticsArray[source].statistics = statistics; in addInterruptStatistics()
8765 …ountingDataInheritChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in addInterruptStatistics()
8794 assert(reserved->interruptStatisticsArray); in removeInterruptStatistics()
8801 value = reserved->interruptStatisticsArray[source].statistics; in removeInterruptStatistics()
8811 …countingDataUpdateChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in removeInterruptStatistics()
8812 reserved->interruptStatisticsArray[source].statistics = NULL; in removeInterruptStatistics()
8906 if (reserved->interruptStatisticsArray[cnt].reporter) { in configureReport()
8911 if (reserved->interruptStatisticsArray[cnt].statistics) { in configureReport()
8912 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in configureReport()
8915 …reserved->interruptStatisticsArray[cnt].reporter->configureReport(channelList, action, result, des… in configureReport()
8956 if (reserved->interruptStatisticsArray[cnt].reporter) { in updateReport()
8961 if (reserved->interruptStatisticsArray[cnt].statistics) { in updateReport()
8962 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in updateReport()
8965 …reserved->interruptStatisticsArray[cnt].reporter->updateReport(channelList, action, result, destin… in updateReport()