Lines Matching refs:interruptStatisticsArray
835 if (reserved->interruptStatisticsArray) { in free()
837 if (reserved->interruptStatisticsArray[i].reporter) { in free()
838 reserved->interruptStatisticsArray[i].reporter->release(); in free()
842 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in free()
8737 if (!reserved->interruptStatisticsArray) { in addInterruptStatistics()
8738 reserved->interruptStatisticsArray = IONew(IOInterruptAccountingReporter, 1); in addInterruptStatistics()
8739 assert(reserved->interruptStatisticsArray); in addInterruptStatistics()
8741 bzero(reserved->interruptStatisticsArray, sizeof(*reserved->interruptStatisticsArray)); in addInterruptStatistics()
8768 …memcpy(newArray, reserved->interruptStatisticsArray, reserved->interruptStatisticsArrayCount * siz… in addInterruptStatistics()
8769 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in addInterruptStatistics()
8770 reserved->interruptStatisticsArray = newArray; in addInterruptStatistics()
8774 if (!reserved->interruptStatisticsArray[source].reporter) { in addInterruptStatistics()
8783 …reserved->interruptStatisticsArray[source].reporter = IOSimpleReporter::with(this, kIOReportCatego… in addInterruptStatistics()
8798 …reserved->interruptStatisticsArray[source].reporter->addChannel(IA_GET_CHANNEL_ID(source, i), kInt… in addInterruptStatistics()
8815 …legend->addReporterLegend(reserved->interruptStatisticsArray[source].reporter, kInterruptAccountin… in addInterruptStatistics()
8833 oldValue = reserved->interruptStatisticsArray[source].statistics; in addInterruptStatistics()
8839 reserved->interruptStatisticsArray[source].statistics = statistics; in addInterruptStatistics()
8849 …ountingDataInheritChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in addInterruptStatistics()
8878 assert(reserved->interruptStatisticsArray); in removeInterruptStatistics()
8885 value = reserved->interruptStatisticsArray[source].statistics; in removeInterruptStatistics()
8895 …countingDataUpdateChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in removeInterruptStatistics()
8896 reserved->interruptStatisticsArray[source].statistics = NULL; in removeInterruptStatistics()
8990 if (reserved->interruptStatisticsArray[cnt].reporter) { in configureReport()
8995 if (reserved->interruptStatisticsArray[cnt].statistics) { in configureReport()
8996 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in configureReport()
8999 …reserved->interruptStatisticsArray[cnt].reporter->configureReport(channelList, action, result, des… in configureReport()
9040 if (reserved->interruptStatisticsArray[cnt].reporter) { in updateReport()
9045 if (reserved->interruptStatisticsArray[cnt].statistics) { in updateReport()
9046 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in updateReport()
9049 …reserved->interruptStatisticsArray[cnt].reporter->updateReport(channelList, action, result, destin… in updateReport()