Searched refs:num_tests (Results 1 – 4 of 4) sorted by relevance
95 int num_tests; member172 init.cap.max_send_wr = ctx.num_clients * ctx.num_tests; in create_qps()780 wr.send_flags = (++ctx.rem_dest[index].pp_cnt >= ctx.num_tests) ? in pp_post_send()831 ctx.num_tests = 5; in init()920 ctx.num_tests = strtol(optarg, NULL, 0); in main()966 total = ctx.num_clients * ctx.num_tests; in main()991 if (ctx.rem_dest[qpi].pp_cnt < ctx.num_tests) in main()
1861 int num_tests; in main() local1918 num_tests = sizeof(tests) / sizeof(tests[0]); in main()1920 if (j < 0 || j >= num_tests || k > num_tests) { in main()1922 j + 1, k, 1, num_tests + 1); in main()1927 k = num_tests; in main()1931 for (i = 0; i < num_tests; i++) { in main()
1911 const int num_tests = 17; in TEST() local1915 for (int test_id = 0; test_id < num_tests; test_id++) { in TEST()1933 for (int test_id = 0; test_id < num_tests; test_id++) { in TEST()1937 EXPECT_GE(num_tests_on_shard, num_tests / num_shards); in TEST()
28887 uint8_t num_tests; member