Lines Matching refs:interruptStatisticsArray
843 if (reserved->interruptStatisticsArray) { in free()
845 if (reserved->interruptStatisticsArray[i].reporter) { in free()
846 reserved->interruptStatisticsArray[i].reporter->release(); in free()
850 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in free()
8805 if (!reserved->interruptStatisticsArray) { in addInterruptStatistics()
8806 reserved->interruptStatisticsArray = IONew(IOInterruptAccountingReporter, 1); in addInterruptStatistics()
8807 assert(reserved->interruptStatisticsArray); in addInterruptStatistics()
8809 bzero(reserved->interruptStatisticsArray, sizeof(*reserved->interruptStatisticsArray)); in addInterruptStatistics()
8836 …memcpy(newArray, reserved->interruptStatisticsArray, reserved->interruptStatisticsArrayCount * siz… in addInterruptStatistics()
8837 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in addInterruptStatistics()
8838 reserved->interruptStatisticsArray = newArray; in addInterruptStatistics()
8842 if (!reserved->interruptStatisticsArray[source].reporter) { in addInterruptStatistics()
8851 …reserved->interruptStatisticsArray[source].reporter = IOSimpleReporter::with(this, kIOReportCatego… in addInterruptStatistics()
8866 …reserved->interruptStatisticsArray[source].reporter->addChannel(IA_GET_CHANNEL_ID(source, i), kInt… in addInterruptStatistics()
8883 …legend->addReporterLegend(reserved->interruptStatisticsArray[source].reporter, kInterruptAccountin… in addInterruptStatistics()
8901 oldValue = reserved->interruptStatisticsArray[source].statistics; in addInterruptStatistics()
8907 reserved->interruptStatisticsArray[source].statistics = statistics; in addInterruptStatistics()
8917 …ountingDataInheritChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in addInterruptStatistics()
8946 assert(reserved->interruptStatisticsArray); in removeInterruptStatistics()
8953 value = reserved->interruptStatisticsArray[source].statistics; in removeInterruptStatistics()
8963 …countingDataUpdateChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in removeInterruptStatistics()
8964 reserved->interruptStatisticsArray[source].statistics = NULL; in removeInterruptStatistics()
9058 if (reserved->interruptStatisticsArray[cnt].reporter) { in configureReport()
9063 if (reserved->interruptStatisticsArray[cnt].statistics) { in configureReport()
9064 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in configureReport()
9067 …reserved->interruptStatisticsArray[cnt].reporter->configureReport(channelList, action, result, des… in configureReport()
9108 if (reserved->interruptStatisticsArray[cnt].reporter) { in updateReport()
9113 if (reserved->interruptStatisticsArray[cnt].statistics) { in updateReport()
9114 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in updateReport()
9117 …reserved->interruptStatisticsArray[cnt].reporter->updateReport(channelList, action, result, destin… in updateReport()