Home
last modified time | relevance | path

Searched refs:nb_case (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_ring_stress.c13 for (i = 0, k = 0; i != test->nb_case; i++) { in run_test()
40 n += test_ring_mpmc_stress.nb_case; in test_ring_stress()
43 n += test_ring_rts_stress.nb_case; in test_ring_stress()
46 n += test_ring_hts_stress.nb_case; in test_ring_stress()
49 n += test_ring_mt_peek_stress.nb_case; in test_ring_stress()
52 n += test_ring_mt_peek_stress_zc.nb_case; in test_ring_stress()
55 n += test_ring_st_peek_stress.nb_case; in test_ring_stress()
58 n += test_ring_st_peek_stress_zc.nb_case; in test_ring_stress()
H A Dtest_ring_stress.h31 uint32_t nb_case; member
H A Dtest_ring_mpmc_stress.c29 .nb_case = RTE_DIM(tests),
H A Dtest_ring_hts_stress.c30 .nb_case = RTE_DIM(tests),
H A Dtest_ring_rts_stress.c30 .nb_case = RTE_DIM(tests),
H A Dtest_ring_mt_peek_stress.c41 .nb_case = RTE_DIM(tests),
H A Dtest_ring_mt_peek_stress_zc.c52 .nb_case = RTE_DIM(tests),
H A Dtest_ring_st_peek_stress.c52 .nb_case = RTE_DIM(tests),
H A Dtest_ring_st_peek_stress_zc.c61 .nb_case = RTE_DIM(tests),