Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_hash_multiwriter.c132 uint32_t lost_keys = 0; in test_hash_multiwriter() local
221 lost_keys++; in test_hash_multiwriter()
233 if (lost_keys > 0) { in test_hash_multiwriter()
234 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
255 lost_keys++; in test_hash_readwrite_functional()
267 if (lost_keys > 0) { in test_hash_readwrite_functional()
268 printf("%d key lost\n", lost_keys); in test_hash_readwrite_functional()
370 uint32_t lost_keys = 0; in test_hash_readwrite_perf() local
557 lost_keys++; in test_hash_readwrite_perf()
569 if (lost_keys > 0) { in test_hash_readwrite_perf()
570 printf("%d key lost\n", lost_keys); in test_hash_readwrite_perf()
H A Dtest_efd.c344 unsigned int lost_keys = 0; in test_average_table_utilization() local
359 lost_keys++; in test_average_table_utilization()
371 added_keys, succeeded, lost_keys); in test_average_table_utilization()