Searched refs:op_count (Results 1 – 2 of 2) sorted by relevance
287 int op_count[DM_TEST_OP_COUNT]; in dm_test_lifecycle() local292 memcpy(op_count, dm_testdrv_op_count, sizeof(op_count)); in dm_test_lifecycle()298 == op_count[DM_TEST_OP_BIND] + 1); in dm_test_lifecycle()306 == op_count[DM_TEST_OP_PROBE] + 1); in dm_test_lifecycle()313 == op_count[DM_TEST_OP_PROBE] + 2); in dm_test_lifecycle()
72 int op_count[DM_TEST_OP_COUNT]; member