Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_hash_perf.c162 get_input_keys(unsigned int with_pushes, unsigned int table_index, in get_input_keys() argument
226 if (with_pushes == 0) in get_input_keys()
571 run_all_tbl_perf_tests(unsigned int with_pushes, unsigned int with_locks, in run_all_tbl_perf_tests() argument
584 if (get_input_keys(with_pushes, i, ext) < 0) in run_all_tbl_perf_tests()
725 unsigned int with_pushes, with_locks; in test_hash_perf() local
731 for (with_pushes = 0; with_pushes <= 1; with_pushes++) { in test_hash_perf()
732 if (with_pushes == 0) in test_hash_perf()
736 if (run_all_tbl_perf_tests(with_pushes, with_locks, 0) < 0) in test_hash_perf()