Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_hash_perf.c323 void *expected_data; in timed_lookups() local
345 if (ret_data != expected_data) { in timed_lookups()
348 expected_data); in timed_lookups()
368 if (ret_data != expected_data) { in timed_lookups()
371 expected_data); in timed_lookups()
400 void *expected_data[BURST_SIZE]; in timed_lookups_multi() local
438 if (ret_data[k] != expected_data[k]) { in timed_lookups_multi()
441 ret_data[k], expected_data[k]); in timed_lookups_multi()
464 expected_data[k] = in timed_lookups_multi()
467 if (ret_data[k] != expected_data[k]) { in timed_lookups_multi()
[all …]