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()
8603 if (!reserved->interruptStatisticsArray) { in addInterruptStatistics()
8604 reserved->interruptStatisticsArray = IONew(IOInterruptAccountingReporter, 1); in addInterruptStatistics()
8605 assert(reserved->interruptStatisticsArray); in addInterruptStatistics()
8607 bzero(reserved->interruptStatisticsArray, sizeof(*reserved->interruptStatisticsArray)); in addInterruptStatistics()
8634 …memcpy(newArray, reserved->interruptStatisticsArray, reserved->interruptStatisticsArrayCount * siz… in addInterruptStatistics()
8635 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in addInterruptStatistics()
8636 reserved->interruptStatisticsArray = newArray; in addInterruptStatistics()
8640 if (!reserved->interruptStatisticsArray[source].reporter) { in addInterruptStatistics()
8649 …reserved->interruptStatisticsArray[source].reporter = IOSimpleReporter::with(this, kIOReportCatego… in addInterruptStatistics()
8664 …reserved->interruptStatisticsArray[source].reporter->addChannel(IA_GET_CHANNEL_ID(source, i), kInt… in addInterruptStatistics()
8681 …legend->addReporterLegend(reserved->interruptStatisticsArray[source].reporter, kInterruptAccountin… in addInterruptStatistics()
8699 oldValue = reserved->interruptStatisticsArray[source].statistics; in addInterruptStatistics()
8705 reserved->interruptStatisticsArray[source].statistics = statistics; in addInterruptStatistics()
8715 …ountingDataInheritChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in addInterruptStatistics()
8744 assert(reserved->interruptStatisticsArray); in removeInterruptStatistics()
8751 value = reserved->interruptStatisticsArray[source].statistics; in removeInterruptStatistics()
8761 …countingDataUpdateChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in removeInterruptStatistics()
8762 reserved->interruptStatisticsArray[source].statistics = NULL; in removeInterruptStatistics()
8856 if (reserved->interruptStatisticsArray[cnt].reporter) { in configureReport()
8861 if (reserved->interruptStatisticsArray[cnt].statistics) { in configureReport()
8862 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in configureReport()
8865 …reserved->interruptStatisticsArray[cnt].reporter->configureReport(channelList, action, result, des… in configureReport()
8906 if (reserved->interruptStatisticsArray[cnt].reporter) { in updateReport()
8911 if (reserved->interruptStatisticsArray[cnt].statistics) { in updateReport()
8912 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in updateReport()
8915 …reserved->interruptStatisticsArray[cnt].reporter->updateReport(channelList, action, result, destin… in updateReport()