Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_hash_perf.c82 unsigned int with_locks, unsigned int ext) in create_table() argument
95 if (with_locks) in create_table()
571 run_all_tbl_perf_tests(unsigned int with_pushes, unsigned int with_locks, in run_all_tbl_perf_tests() argument
581 if (create_table(with_data, i, with_locks, ext) < 0) in run_all_tbl_perf_tests()
725 unsigned int with_pushes, with_locks; in test_hash_perf() local
726 for (with_locks = 0; with_locks <= 1; with_locks++) { in test_hash_perf()
727 if (with_locks) in test_hash_perf()
736 if (run_all_tbl_perf_tests(with_pushes, with_locks, 0) < 0) in test_hash_perf()