Lines Matching refs:interruptStatisticsArray

822 		if (reserved->interruptStatisticsArray) {  in free()
824 if (reserved->interruptStatisticsArray[i].reporter) { in free()
825 reserved->interruptStatisticsArray[i].reporter->release(); in free()
829 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in free()
8493 if (!reserved->interruptStatisticsArray) { in addInterruptStatistics()
8494 reserved->interruptStatisticsArray = IONew(IOInterruptAccountingReporter, 1); in addInterruptStatistics()
8495 assert(reserved->interruptStatisticsArray); in addInterruptStatistics()
8497 bzero(reserved->interruptStatisticsArray, sizeof(*reserved->interruptStatisticsArray)); in addInterruptStatistics()
8524 …memcpy(newArray, reserved->interruptStatisticsArray, reserved->interruptStatisticsArrayCount * siz… in addInterruptStatistics()
8525 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in addInterruptStatistics()
8526 reserved->interruptStatisticsArray = newArray; in addInterruptStatistics()
8530 if (!reserved->interruptStatisticsArray[source].reporter) { in addInterruptStatistics()
8539 …reserved->interruptStatisticsArray[source].reporter = IOSimpleReporter::with(this, kIOReportCatego… in addInterruptStatistics()
8554 …reserved->interruptStatisticsArray[source].reporter->addChannel(IA_GET_CHANNEL_ID(source, i), kInt… in addInterruptStatistics()
8571 …legend->addReporterLegend(reserved->interruptStatisticsArray[source].reporter, kInterruptAccountin… in addInterruptStatistics()
8589 oldValue = reserved->interruptStatisticsArray[source].statistics; in addInterruptStatistics()
8595 reserved->interruptStatisticsArray[source].statistics = statistics; in addInterruptStatistics()
8605 …ountingDataInheritChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in addInterruptStatistics()
8634 assert(reserved->interruptStatisticsArray); in removeInterruptStatistics()
8641 value = reserved->interruptStatisticsArray[source].statistics; in removeInterruptStatistics()
8651 …countingDataUpdateChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in removeInterruptStatistics()
8652 reserved->interruptStatisticsArray[source].statistics = NULL; in removeInterruptStatistics()
8746 if (reserved->interruptStatisticsArray[cnt].reporter) { in configureReport()
8751 if (reserved->interruptStatisticsArray[cnt].statistics) { in configureReport()
8752 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in configureReport()
8755 …reserved->interruptStatisticsArray[cnt].reporter->configureReport(channelList, action, result, des… in configureReport()
8796 if (reserved->interruptStatisticsArray[cnt].reporter) { in updateReport()
8801 if (reserved->interruptStatisticsArray[cnt].statistics) { in updateReport()
8802 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in updateReport()
8805 …reserved->interruptStatisticsArray[cnt].reporter->updateReport(channelList, action, result, destin… in updateReport()