Lines Matching refs:num_hot
1633 size_t num_hot; // Number of column families to be queried at each moment. member
1648 num_hot = 0; in DBWithColumnFamilies()
1658 num_hot(other.num_hot), in DBWithColumnFamilies()
1681 assert(num_hot > 0); in GetCfh()
1684 assert(cfh_idx_to_prob.size() == num_hot); in GetCfh()
1692 rand_offset = rand_num % num_hot; in GetCfh()
1694 return cfh[num_created.load(std::memory_order_acquire) - num_hot + in GetCfh()
1702 if ((stage + 1) * num_hot <= num_created) { in CreateNewCf()
1706 auto new_num_created = num_created + num_hot; in CreateNewCf()
4111 size_t num_hot = FLAGS_num_column_families; in OpenDb() local
4114 num_hot = FLAGS_num_hot_column_families; in OpenDb()
4119 for (size_t i = 0; i < num_hot; i++) { in OpenDb()
4136 if (cfh_idx_to_prob.size() != num_hot) { in OpenDb()
4141 cfh_idx_to_prob.size(), num_hot); in OpenDb()
4175 db->num_created = num_hot; in OpenDb()
4176 db->num_hot = num_hot; in OpenDb()