Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_hash_multiwriter.c132 uint32_t lost_keys = 0; in test_hash_multiwriter() local
218 lost_keys++; in test_hash_multiwriter()
230 if (lost_keys > 0) { in test_hash_multiwriter()
231 printf("%d key lost\n", lost_keys); in test_hash_multiwriter()
H A Dtest_hash_readwrite.c207 uint32_t lost_keys = 0; in test_hash_readwrite_functional() local
252 lost_keys++; in test_hash_readwrite_functional()
264 if (lost_keys > 0) { in test_hash_readwrite_functional()
265 printf("%d key lost\n", lost_keys); in test_hash_readwrite_functional()
368 uint32_t lost_keys = 0; in test_hash_readwrite_perf() local
551 lost_keys++; in test_hash_readwrite_perf()
563 if (lost_keys > 0) { in test_hash_readwrite_perf()
564 printf("%d key lost\n", lost_keys); in test_hash_readwrite_perf()
H A Dtest_efd.c353 unsigned int lost_keys = 0; in test_average_table_utilization() local
368 lost_keys++; in test_average_table_utilization()
380 added_keys, succeeded, lost_keys); in test_average_table_utilization()