Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_hash_perf.c271 if (with_hash && with_data) { in timed_adds()
279 } else if (with_hash && !with_data) { in timed_adds()
289 } else if (!with_hash && with_data) { in timed_adds()
336 if (with_hash && with_data) { in timed_lookups()
420 if (!with_hash && with_data) { in timed_lookups_multi()
445 } else if (with_hash && with_data) { in timed_lookups_multi()
535 if (with_hash) in timed_deletes()
574 unsigned i, j, with_data, with_hash; in run_all_tbl_perf_tests() local
586 for (with_hash = 0; with_hash <= 1; with_hash++) { in run_all_tbl_perf_tests()
620 for (with_hash = 0; with_hash <= 1; with_hash++) { in run_all_tbl_perf_tests()
[all …]