Searched defs:flags (Results 1 – 11 of 11) sorted by relevance
| /rocksdb-6.9/cache/ |
| D | clock_cache.cc | 192 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 …]
|
| D | lru_cache.h | 76 uint8_t flags; member
|
| /rocksdb-6.9/tools/ |
| D | ldb_cmd.cc | 867 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 …]
|
| D | ldb_cmd_test.cc | 439 const std::vector<std::string> flags = command->TEST_GetFlags(); in TEST_F() local
|
| /rocksdb-6.9/utilities/blob_db/ |
| D | blob_log_format.cc | 23 unsigned char flags = (has_ttl ? 1 : 0); in EncodeTo() local 38 unsigned char flags; in DecodeFrom() local
|
| /rocksdb-6.9/env/ |
| D | fs_posix.cc | 117 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/ |
| D | ldb_cmd.h | 65 std::vector<std::string> flags; member 207 static bool IsFlagPresent(const std::vector<std::string>& flags, in IsFlagPresent()
|
| /rocksdb-6.9/utilities/ |
| D | env_librados_test.cc | 735 const uint64_t flags = 0; member in ROCKSDB_NAMESPACE::EnvLibradosMutipoolTest
|
| D | env_librados.cc | 617 const uint64_t flags, in EnvLibrados()
|
| /rocksdb-6.9/java/benchmark/src/main/java/org/rocksdb/benchmark/ |
| D | DbBenchmark.java | 434 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/ |
| D | gtest-all.cc | 10905 ostream::fmtflags flags = os->flags(); in PrintAsCharLiteralTo() local
|