Lines Matching refs:test_data
104 const struct timestamp_expectation test_data[] = {
238 for (i = 0; i < ARRAY_SIZE(test_data); ++i) {
239 timestamp.tv_sec = get_32bit_time(&test_data[i]);
241 cpu_to_le32(test_data[i].extra_bits));
244 test_data[i].expected.tv_sec,
247 test_data[i].test_case_name,
248 test_data[i].msb_set,
249 test_data[i].lower_bound,
250 test_data[i].extra_bits);
252 test_data[i].expected.tv_nsec,
255 test_data[i].test_case_name,
256 test_data[i].msb_set,
257 test_data[i].lower_bound,
258 test_data[i].extra_bits);