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()
8707 if (!reserved->interruptStatisticsArray) { in addInterruptStatistics()
8708 reserved->interruptStatisticsArray = IONew(IOInterruptAccountingReporter, 1); in addInterruptStatistics()
8709 assert(reserved->interruptStatisticsArray); in addInterruptStatistics()
8711 bzero(reserved->interruptStatisticsArray, sizeof(*reserved->interruptStatisticsArray)); in addInterruptStatistics()
8738 …memcpy(newArray, reserved->interruptStatisticsArray, reserved->interruptStatisticsArrayCount * siz… in addInterruptStatistics()
8739 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in addInterruptStatistics()
8740 reserved->interruptStatisticsArray = newArray; in addInterruptStatistics()
8744 if (!reserved->interruptStatisticsArray[source].reporter) { in addInterruptStatistics()
8753 …reserved->interruptStatisticsArray[source].reporter = IOSimpleReporter::with(this, kIOReportCatego… in addInterruptStatistics()
8768 …reserved->interruptStatisticsArray[source].reporter->addChannel(IA_GET_CHANNEL_ID(source, i), kInt… in addInterruptStatistics()
8785 …legend->addReporterLegend(reserved->interruptStatisticsArray[source].reporter, kInterruptAccountin… in addInterruptStatistics()
8803 oldValue = reserved->interruptStatisticsArray[source].statistics; in addInterruptStatistics()
8809 reserved->interruptStatisticsArray[source].statistics = statistics; in addInterruptStatistics()
8819 …ountingDataInheritChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in addInterruptStatistics()
8848 assert(reserved->interruptStatisticsArray); in removeInterruptStatistics()
8855 value = reserved->interruptStatisticsArray[source].statistics; in removeInterruptStatistics()
8865 …countingDataUpdateChannels(reserved->interruptStatisticsArray[source].statistics, reserved->interr… in removeInterruptStatistics()
8866 reserved->interruptStatisticsArray[source].statistics = NULL; in removeInterruptStatistics()
8960 if (reserved->interruptStatisticsArray[cnt].reporter) { in configureReport()
8965 if (reserved->interruptStatisticsArray[cnt].statistics) { in configureReport()
8966 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in configureReport()
8969 …reserved->interruptStatisticsArray[cnt].reporter->configureReport(channelList, action, result, des… in configureReport()
9010 if (reserved->interruptStatisticsArray[cnt].reporter) { in updateReport()
9015 if (reserved->interruptStatisticsArray[cnt].statistics) { in updateReport()
9016 …ccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved->interrup… in updateReport()
9019 …reserved->interruptStatisticsArray[cnt].reporter->updateReport(channelList, action, result, destin… in updateReport()