Searched refs:expected_data (Results 1 – 1 of 1) sorted by relevance
323 void *expected_data; in timed_lookups() local345 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() local438 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 …]