Searched refs:eccCounts (Results 1 – 3 of 3) sorted by relevance
351 bool getECCErrorCounts(EccCounts& eccCounts) in getECCErrorCounts() argument377 eccCounts.correctableErrCount = in getECCErrorCounts()387 eccCounts.uncorrectableErrCount = in getECCErrorCounts()
320 EccCounts eccCounts; in getECCMetric() local321 use = getECCErrorCounts(eccCounts); in getECCMetric()327 .correctable_error_count = eccCounts.correctableErrCount, in getECCMetric()328 .uncorrectable_error_count = eccCounts.uncorrectableErrCount, in getECCMetric()
64 bool getECCErrorCounts(EccCounts& eccCounts);