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()
8485 if (!reserved->interruptStatisticsArray) { in addInterruptStatistics()
8486 reserved->interruptStatisticsArray = IONew(IOInterruptAccountingReporter, 1); in addInterruptStatistics()
8487 assert(reserved->interruptStatisticsArray); in addInterruptStatistics()
8489 bzero(reserved->interruptStatisticsArray, sizeof(*reserved->interruptStatisticsArray)); in addInterruptStatistics()
8516 …memcpy(newArray, reserved->interruptStatisticsArray, reserved->interruptStatisticsArrayCount * siz… in addInterruptStatistics()
8517 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in addInterruptStatistics()
8518 reserved->interruptStatisticsArray = newArray; in addInterruptStatistics()
8522 if (!reserved->interruptStatisticsArray[source].reporter) { in addInterruptStatistics()
8531 …reserved->interruptStatisticsArray[source].reporter = IOSimpleReporter::with(this, kIOReportCatego… in addInterruptStatistics()
8546 …reserved->interruptStatisticsArray[source].reporter->addChannel(IA_GET_CHANNEL_ID(source, i), kInt… in addInterruptStatistics()
8563 …legend->addReporterLegend(reserved->interruptStatisticsArray[source].reporter, kInterruptAccountin… in addInterruptStatistics()
8581 oldValue = reserved->interruptStatisticsArray[source].statistics; in addInterruptStatistics()
8587 reserved->interruptStatisticsArray[source].statistics = statistics; in addInterruptStatistics()
8597 …ountingDataInheritChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in addInterruptStatistics()
8626 assert(reserved->interruptStatisticsArray); in removeInterruptStatistics()
8633 value = reserved->interruptStatisticsArray[source].statistics; in removeInterruptStatistics()
8643 …countingDataUpdateChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in removeInterruptStatistics()
8644 reserved->interruptStatisticsArray[source].statistics = NULL; in removeInterruptStatistics()
8738 if (reserved->interruptStatisticsArray[cnt].reporter) { in configureReport()
8743 if (reserved->interruptStatisticsArray[cnt].statistics) { in configureReport()
8744 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in configureReport()
8747 …reserved->interruptStatisticsArray[cnt].reporter->configureReport(channelList, action, result, des… in configureReport()
8788 if (reserved->interruptStatisticsArray[cnt].reporter) { in updateReport()
8793 if (reserved->interruptStatisticsArray[cnt].statistics) { in updateReport()
8794 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in updateReport()
8797 …reserved->interruptStatisticsArray[cnt].reporter->updateReport(channelList, action, result, destin… in updateReport()