Home
last modified time | relevance | path

Searched refs:errorcount_ (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dworker.cc243 errorcount_ = 0; in WorkerThread()
852 if (errorcount_ + err < 30) in CheckRegion()
892 errorcount_ += errors + overflowerrors; in CheckRegion()
1007 errorcount_ += 1; in ProcessTagError()
1275 errorcount_ ++; in CrcCopyPage()
1430 errorcount_ ++; in CrcWarmCopyPage()
1689 errorcount_++; in WritePageToFile()
1738 errorcount_++; in ReadPageFromFile()
1793 errorcount_ += 1; in SectorValidatePage()
1799 errorcount_ += 1; in SectorValidatePage()
[all …]
H A Dsat.h91 int errors() const { return errorcount_; } in errors()
255 int64 errorcount_; // Total hardware incidents seen. variable
H A Dsat.cc732 errorcount_ = 0; in Sat()
1559 errorcount_ = GetTotalErrorCount(); in JoinThreads()
1595 errorcount_ += (*it)->GetErrorCount(); in JoinThreads()
1638 errorcount_, in AnalysisAllStats()
1974 logprintf(0, "Stats: Found %lld hardware incidents\n", errorcount_); in Run()
2055 } else if (errorcount_) { in PrintResults()
H A Dworker.h255 int64 GetErrorCount() {return errorcount_;} in GetErrorCount()
379 volatile int64 errorcount_; // Miscompares seen by this thread. variable