Searched refs:log2_keys_per_lock_ (Results 1 – 1 of 1) sorted by relevance
44 log2_keys_per_lock_(static_cast<uint32_t>(FLAGS_log2_keys_per_lock)), in SharedState()153 long num_locks = static_cast<long>(max_key_ >> log2_keys_per_lock_); in SharedState()154 if (max_key_ & ((1 << log2_keys_per_lock_) - 1)) { in SharedState()221 return key_locks_[cf][key >> log2_keys_per_lock_].get(); in GetMutexForKey()336 const uint32_t log2_keys_per_lock_; variable