Home
last modified time | relevance | path

Searched defs:flags (Results 1 – 11 of 11) sorted by relevance

/rocksdb-6.9/cache/
Dclock_cache.cc192 std::atomic<uint32_t> flags; member
298 static bool InCache(uint32_t flags) { return flags & kInCacheBit; } in InCache()
299 static bool HasUsage(uint32_t flags) { return flags & kUsageBit; } in HasUsage()
300 static uint32_t CountRefs(uint32_t flags) { return flags >> kRefsOffset; } in CountRefs()
388 uint32_t flags = handle.flags.load(std::memory_order_relaxed); in ~ClockCacheShard() local
414 uint32_t flags = handle.flags.load(std::memory_order_relaxed); in ApplyToAllCacheEntries() local
452 uint32_t flags = handle->flags.load(std::memory_order_relaxed); in Ref() local
478 uint32_t flags = handle->flags.fetch_sub(kOneRef, std::memory_order_acq_rel); in Unref() local
499 uint32_t flags = in UnsetInCache() local
510 uint32_t flags = kInCacheBit; in TryEvict() local
[all …]
Dlru_cache.h76 uint8_t flags; member
/rocksdb-6.9/tools/
Dldb_cmd.cc867 const std::vector<std::string>& flags) in CompactorCommand()
936 const std::vector<std::string>& flags) in DBLoaderCommand()
1053 const std::vector<std::string>& flags) in ManifestDumpCommand()
1202 const std::vector<std::string>& flags) in FileChecksumDumpCommand()
1254 const std::vector<std::string>& flags) in ListColumnFamiliesCommand()
1287 const std::vector<std::string>& flags) in CreateColumnFamilyCommand()
1320 const std::vector<std::string>& flags) in DropColumnFamilyCommand()
1392 const std::vector<std::string>& flags) in InternalDumpCommand()
1533 const std::vector<std::string>& flags) in DBDumperCommand()
1825 const std::vector<std::string>& flags) in ReduceDBLevelsCommand()
[all …]
Dldb_cmd_test.cc439 const std::vector<std::string> flags = command->TEST_GetFlags(); in TEST_F() local
/rocksdb-6.9/utilities/blob_db/
Dblob_log_format.cc23 unsigned char flags = (has_ttl ? 1 : 0); in EncodeTo() local
38 unsigned char flags; in DecodeFrom() local
/rocksdb-6.9/env/
Dfs_posix.cc117 int cloexec_flags(int flags, const EnvOptions* options) { in cloexec_flags()
149 int flags = cloexec_flags(O_RDONLY, &options); in NewSequentialFile() local
204 int flags = cloexec_flags(O_RDONLY, &options); in NewRandomAccessFile() local
272 int flags = (reopen) ? (O_CREAT | O_APPEND) : (O_CREAT | O_TRUNC); in OpenWritableFile() local
378 int flags = 0; in ReuseWritableFile() local
466 int flags = cloexec_flags(O_RDWR, &options); in NewRandomRWFile() local
491 int flags = cloexec_flags(O_RDWR, nullptr); in NewMemoryMappedFileBuffer() local
535 int flags = cloexec_flags(0, nullptr); in NewDirectory() local
784 int flags = cloexec_flags(O_RDWR | O_CREAT, nullptr); in LockFile() local
/rocksdb-6.9/include/rocksdb/utilities/
Dldb_cmd.h65 std::vector<std::string> flags; member
207 static bool IsFlagPresent(const std::vector<std::string>& flags, in IsFlagPresent()
/rocksdb-6.9/utilities/
Denv_librados_test.cc735 const uint64_t flags = 0; member in ROCKSDB_NAMESPACE::EnvLibradosMutipoolTest
Denv_librados.cc617 const uint64_t flags, in EnvLibrados()
/rocksdb-6.9/java/benchmark/src/main/java/org/rocksdb/benchmark/
DDbBenchmark.java434 public DbBenchmark(Map<Flag, Object> flags) throws Exception { in DbBenchmark()
865 Map<Flag, Object> flags = new EnumMap<Flag, Object>(Flag.class); in main() local
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc10905 ostream::fmtflags flags = os->flags(); in PrintAsCharLiteralTo() local