Searched refs:keys_per_thread (Results 1 – 1 of 1) sorted by relevance
24 const int64_t keys_per_thread = max_key / shared->GetNumThreads(); in VerifyDb() local25 int64_t start = keys_per_thread * thread->tid; in VerifyDb()26 int64_t end = start + keys_per_thread; in VerifyDb()