Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_hash_perf.c157 get_input_keys(unsigned int with_pushes, unsigned int table_index, in get_input_keys() argument
221 if (with_pushes == 0) in get_input_keys()
566 run_all_tbl_perf_tests(unsigned int with_pushes, unsigned int with_locks, in run_all_tbl_perf_tests() argument
579 if (get_input_keys(with_pushes, i, ext) < 0) in run_all_tbl_perf_tests()
720 unsigned int with_pushes, with_locks; in test_hash_perf() local
730 for (with_pushes = 0; with_pushes <= 1; with_pushes++) { in test_hash_perf()
731 if (with_pushes == 0) in test_hash_perf()
735 if (run_all_tbl_perf_tests(with_pushes, with_locks, 0) < 0) in test_hash_perf()