Home
last modified time | relevance | path

Searched refs:depth (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/table/cuckoo/
Dcuckoo_table_builder.cc446 uint32_t depth; in MakeSpaceForKey() member
449 : bucket_id(_bucket_id), depth(_depth), parent_pos(_parent_pos) {} in MakeSpaceForKey()
471 uint32_t curr_depth = curr_node.depth; in MakeSpaceForKey()
/rocksdb-6.9/include/rocksdb/
Dc.h1740 rocksdb_transaction_options_t* opt, int64_t depth);
/rocksdb-6.9/db/
Dc.cc3810 rocksdb_transaction_options_t* opt, int64_t depth) { in rocksdb_transaction_options_set_deadlock_detect_depth() argument
3811 opt->rep.deadlock_detect_depth = depth; in rocksdb_transaction_options_set_deadlock_detect_depth()