Lines Matching refs:interruptStatisticsArray
847 if (reserved->interruptStatisticsArray) { in free()
849 if (reserved->interruptStatisticsArray[i].reporter) { in free()
850 reserved->interruptStatisticsArray[i].reporter->release(); in free()
854 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in free()
8633 if (!reserved->interruptStatisticsArray) { in addInterruptStatistics()
8634 reserved->interruptStatisticsArray = IONew(IOInterruptAccountingReporter, 1); in addInterruptStatistics()
8635 assert(reserved->interruptStatisticsArray); in addInterruptStatistics()
8637 bzero(reserved->interruptStatisticsArray, sizeof(*reserved->interruptStatisticsArray)); in addInterruptStatistics()
8664 …memcpy(newArray, reserved->interruptStatisticsArray, reserved->interruptStatisticsArrayCount * siz… in addInterruptStatistics()
8665 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in addInterruptStatistics()
8666 reserved->interruptStatisticsArray = newArray; in addInterruptStatistics()
8670 if (!reserved->interruptStatisticsArray[source].reporter) { in addInterruptStatistics()
8679 …reserved->interruptStatisticsArray[source].reporter = IOSimpleReporter::with(this, kIOReportCatego… in addInterruptStatistics()
8694 …reserved->interruptStatisticsArray[source].reporter->addChannel(IA_GET_CHANNEL_ID(source, i), kInt… in addInterruptStatistics()
8711 …legend->addReporterLegend(reserved->interruptStatisticsArray[source].reporter, kInterruptAccountin… in addInterruptStatistics()
8729 oldValue = reserved->interruptStatisticsArray[source].statistics; in addInterruptStatistics()
8735 reserved->interruptStatisticsArray[source].statistics = statistics; in addInterruptStatistics()
8745 …ountingDataInheritChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in addInterruptStatistics()
8774 assert(reserved->interruptStatisticsArray); in removeInterruptStatistics()
8781 value = reserved->interruptStatisticsArray[source].statistics; in removeInterruptStatistics()
8791 …countingDataUpdateChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in removeInterruptStatistics()
8792 reserved->interruptStatisticsArray[source].statistics = NULL; in removeInterruptStatistics()
8886 if (reserved->interruptStatisticsArray[cnt].reporter) { in configureReport()
8891 if (reserved->interruptStatisticsArray[cnt].statistics) { in configureReport()
8892 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in configureReport()
8895 …reserved->interruptStatisticsArray[cnt].reporter->configureReport(channelList, action, result, des… in configureReport()
8936 if (reserved->interruptStatisticsArray[cnt].reporter) { in updateReport()
8941 if (reserved->interruptStatisticsArray[cnt].statistics) { in updateReport()
8942 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in updateReport()
8945 …reserved->interruptStatisticsArray[cnt].reporter->updateReport(channelList, action, result, destin… in updateReport()