Searched refs:run_test (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_ring_stress.c | 8 run_test(const struct test *test) in run_test() function 41 k += run_test(&test_ring_mpmc_stress); in test_ring_stress() 44 k += run_test(&test_ring_rts_stress); in test_ring_stress() 47 k += run_test(&test_ring_hts_stress); in test_ring_stress() 50 k += run_test(&test_ring_mt_peek_stress); in test_ring_stress() 53 k += run_test(&test_ring_mt_peek_stress_zc); in test_ring_stress() 56 k += run_test(&test_ring_st_peek_stress); in test_ring_stress() 59 k += run_test(&test_ring_st_peek_stress_zc); in test_ring_stress()
|
| H A D | test_trace_perf.c | 129 run_test(const char *str, lcore_function_t f, struct test_data *data, size_t sz) in WORKER_DEFINE() 171 run_test("void", worker_fn_GENERIC_VOID, data, sz); in test_trace_perf() 172 run_test("u64", worker_fn_GENERIC_U64, data, sz); in test_trace_perf() 173 run_test("int", worker_fn_GENERIC_INT, data, sz); in test_trace_perf() 174 run_test("float", worker_fn_GENERIC_FLOAT, data, sz); in test_trace_perf() 175 run_test("double", worker_fn_GENERIC_DOUBLE, data, sz); in test_trace_perf() 176 run_test("string", worker_fn_GENERIC_STR, data, sz); in test_trace_perf() 177 run_test("void_fp", worker_fn_VOID_FP, data, sz); in test_trace_perf()
|
| H A D | autotest_runner.py | 127 def run_test(target, test): function 319 result = pool.apply_async(run_test, (self.target, test))
|
| H A D | meson.build | 458 run_test = true variable 463 run_test = false variable 477 if run_test
|
| H A D | test_bpf.c | 3173 run_test(const struct bpf_test *tst) in run_test() function 3227 rv = run_test(tests + i); in test_bpf()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/hkdf/ |
| H A D | hkdf_test.c | 187 run_test(int i, hkdf_tv_t *tv) in run_test() function 221 ret = run_test(i, &test_vectors[i]); in main()
|
| /f-stack/freebsd/contrib/openzfs/cmd/raidz_test/ |
| H A D | raidz_test.c | 810 run_test(raidz_test_opts_t *opts) in run_test() function 845 err = run_test(opts); in sweep_thread() 1015 err = run_test(NULL); in main()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ipsec_secgw.rst | 946 /bin/bash run_test.sh -h 995 /bin/bash run_test.sh <options> <ipsec_mode> 1026 list of available modes please refer to run_test.sh.
|