Searched refs:expected_data (Results 1 – 1 of 1) sorted by relevance
318 void *expected_data; in timed_lookups() local340 if (ret_data != expected_data) { in timed_lookups()343 expected_data); in timed_lookups()363 if (ret_data != expected_data) { in timed_lookups()366 expected_data); in timed_lookups()395 void *expected_data[BURST_SIZE]; in timed_lookups_multi() local433 if (ret_data[k] != expected_data[k]) { in timed_lookups_multi()436 ret_data[k], expected_data[k]); in timed_lookups_multi()459 expected_data[k] = in timed_lookups_multi()462 if (ret_data[k] != expected_data[k]) { in timed_lookups_multi()[all …]