Home
last modified time | relevance | path

Searched refs:num_tests (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/ofed/libibverbs/examples/
H A Dxsrq_pingpong.c95 int num_tests; member
172 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()
/freebsd-13.1/tests/sys/netmap/
H A Dctrl-api-test.c1861 int num_tests; in main() local
1918 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()
/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc1911 const int num_tests = 17; in TEST() local
1915 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()
/freebsd-13.1/sys/dev/bnxt/
H A Dhsi_struct_def.h28887 uint8_t num_tests; member