Lines Matching refs:interruptStatisticsArray
826 if (reserved->interruptStatisticsArray) { in free()
828 if (reserved->interruptStatisticsArray[i].reporter) { in free()
829 reserved->interruptStatisticsArray[i].reporter->release(); in free()
833 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in free()
8726 if (!reserved->interruptStatisticsArray) { in addInterruptStatistics()
8727 reserved->interruptStatisticsArray = IONew(IOInterruptAccountingReporter, 1); in addInterruptStatistics()
8728 assert(reserved->interruptStatisticsArray); in addInterruptStatistics()
8730 bzero(reserved->interruptStatisticsArray, sizeof(*reserved->interruptStatisticsArray)); in addInterruptStatistics()
8757 …memcpy(newArray, reserved->interruptStatisticsArray, reserved->interruptStatisticsArrayCount * siz… in addInterruptStatistics()
8758 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in addInterruptStatistics()
8759 reserved->interruptStatisticsArray = newArray; in addInterruptStatistics()
8763 if (!reserved->interruptStatisticsArray[source].reporter) { in addInterruptStatistics()
8772 …reserved->interruptStatisticsArray[source].reporter = IOSimpleReporter::with(this, kIOReportCatego… in addInterruptStatistics()
8787 …reserved->interruptStatisticsArray[source].reporter->addChannel(IA_GET_CHANNEL_ID(source, i), kInt… in addInterruptStatistics()
8804 …legend->addReporterLegend(reserved->interruptStatisticsArray[source].reporter, kInterruptAccountin… in addInterruptStatistics()
8822 oldValue = reserved->interruptStatisticsArray[source].statistics; in addInterruptStatistics()
8828 reserved->interruptStatisticsArray[source].statistics = statistics; in addInterruptStatistics()
8838 …ountingDataInheritChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in addInterruptStatistics()
8867 assert(reserved->interruptStatisticsArray); in removeInterruptStatistics()
8874 value = reserved->interruptStatisticsArray[source].statistics; in removeInterruptStatistics()
8884 …countingDataUpdateChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in removeInterruptStatistics()
8885 reserved->interruptStatisticsArray[source].statistics = NULL; in removeInterruptStatistics()
8979 if (reserved->interruptStatisticsArray[cnt].reporter) { in configureReport()
8984 if (reserved->interruptStatisticsArray[cnt].statistics) { in configureReport()
8985 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in configureReport()
8988 …reserved->interruptStatisticsArray[cnt].reporter->configureReport(channelList, action, result, des… in configureReport()
9029 if (reserved->interruptStatisticsArray[cnt].reporter) { in updateReport()
9034 if (reserved->interruptStatisticsArray[cnt].statistics) { in updateReport()
9035 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in updateReport()
9038 …reserved->interruptStatisticsArray[cnt].reporter->updateReport(channelList, action, result, destin… in updateReport()