Lines Matching refs:operation_count
4389 int operation_count[ThreadStatus::NUM_OP_TYPES] = {0}; in TEST_P() local
4397 operation_count[thread.operation_type]++; in TEST_P()
4401 if (operation_count[ThreadStatus::OP_FLUSH] > 1 && in TEST_P()
4402 operation_count[ThreadStatus::OP_COMPACTION] > in TEST_P()
4412 ASSERT_GE(operation_count[ThreadStatus::OP_COMPACTION], 1); in TEST_P()
4418 operation_count[i] = 0; in TEST_P()
4422 operation_count[thread.operation_type]++; in TEST_P()
4424 ASSERT_EQ(operation_count[ThreadStatus::OP_COMPACTION], 0); in TEST_P()
4476 int operation_count[ThreadStatus::NUM_OP_TYPES] = {0}; in TEST_P() local
4484 operation_count[thread.operation_type]++; in TEST_P()
4488 if (operation_count[ThreadStatus::OP_FLUSH] > 1 && in TEST_P()
4489 operation_count[ThreadStatus::OP_COMPACTION] > in TEST_P()
4498 ASSERT_GE(operation_count[ThreadStatus::OP_COMPACTION], 1); in TEST_P()
4505 operation_count[i] = 0; in TEST_P()
4509 operation_count[thread.operation_type]++; in TEST_P()
4511 ASSERT_EQ(operation_count[ThreadStatus::OP_COMPACTION], 0); in TEST_P()