Home
last modified time | relevance | path

Searched refs:BumpAndGetBackgroundErrorCount (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/db/
Dinternal_stats.h380 uint64_t BumpAndGetBackgroundErrorCount() { return ++bg_error_count_; } in BumpAndGetBackgroundErrorCount() function
672 uint64_t BumpAndGetBackgroundErrorCount() { return 0; } in BumpAndGetBackgroundErrorCount() function
/rocksdb-6.9/db/db_impl/
Ddb_impl_compaction_flush.cc2306 default_cf_internal_stats_->BumpAndGetBackgroundErrorCount(); in BackgroundCallFlush()
2397 default_cf_internal_stats_->BumpAndGetBackgroundErrorCount(); in BackgroundCallCompaction()