Lines Matching refs:statistics
343 IOInterruptAccountingData * statistics; /* The live statistics values, if any */ member
8778 IOService::addInterruptStatistics(IOInterruptAccountingData * statistics, int source) in addInterruptStatistics() argument
8912 oldValue = reserved->interruptStatisticsArray[source].statistics; in addInterruptStatistics()
8918 reserved->interruptStatisticsArray[source].statistics = statistics; in addInterruptStatistics()
8928 …interruptAccountingDataInheritChannels(reserved->interruptStatisticsArray[source].statistics, rese… in addInterruptStatistics()
8964 value = reserved->interruptStatisticsArray[source].statistics; in removeInterruptStatistics()
8974 …interruptAccountingDataUpdateChannels(reserved->interruptStatisticsArray[source].statistics, reser… in removeInterruptStatistics()
8975 reserved->interruptStatisticsArray[source].statistics = NULL; in removeInterruptStatistics()
9074 if (reserved->interruptStatisticsArray[cnt].statistics) { in configureReport()
9075 …interruptAccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved… in configureReport()
9124 if (reserved->interruptStatisticsArray[cnt].statistics) { in updateReport()
9125 …interruptAccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved… in updateReport()