Home
last modified time | relevance | path

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

/rocksdb-6.9/monitoring/
Dstatistics.cc250 res += per_core_stats_.AccessAtCore(core_idx)->tickers_[tickerType]; in getTickerCountLocked()
267 per_core_stats_.AccessAtCore(core_idx)->histograms_[histogramType]); in getHistogramImplLocked()
291 per_core_stats_.AccessAtCore(core_idx)->tickers_[tickerType] = count; in setTickerCountLocked()
293 per_core_stats_.AccessAtCore(core_idx)->tickers_[tickerType] = 0; in setTickerCountLocked()
305 per_core_stats_.AccessAtCore(core_idx)->tickers_[tickerType].exchange( in getAndResetTickerCount()
342 per_core_stats_.AccessAtCore(core_idx)->histograms_[i].Clear(); in Reset()
/rocksdb-6.9/util/
Dcore_local.h36 T* AccessAtCore(size_t core_idx) const;
74 return {AccessAtCore(core_idx), core_idx}; in AccessElementAndIndex()
78 T* CoreLocalArray<T>::AccessAtCore(size_t core_idx) const { in AccessAtCore() function
Dcompression_context_cache.cc80 auto* cn = per_core_uncompr_.AccessAtCore(static_cast<size_t>(idx)); in ReturnZSTDUncompressData()
/rocksdb-6.9/memory/
Dconcurrent_arena.h122 total += shards_.AccessAtCore(i)->allocated_and_unused_.load( in ShardAllocatedAndUnused()
139 !shards_.AccessAtCore(0)->allocated_and_unused_.load( in AllocateImpl()
151 Shard* s = shards_.AccessAtCore(cpu & (shards_.Size() - 1)); in AllocateImpl()