Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ext4/
Dinode-test.c245 struct timestamp_expectation *test_param = in inode_test_xtimestamp_decoding() local
248 timestamp.tv_sec = get_32bit_time(test_param); in inode_test_xtimestamp_decoding()
250 cpu_to_le32(test_param->extra_bits)); in inode_test_xtimestamp_decoding()
253 test_param->expected.tv_sec, in inode_test_xtimestamp_decoding()
256 test_param->test_case_name, in inode_test_xtimestamp_decoding()
257 test_param->msb_set, in inode_test_xtimestamp_decoding()
258 test_param->lower_bound, in inode_test_xtimestamp_decoding()
259 test_param->extra_bits); in inode_test_xtimestamp_decoding()
261 test_param->expected.tv_nsec, in inode_test_xtimestamp_decoding()
264 test_param->test_case_name, in inode_test_xtimestamp_decoding()
[all …]
/linux-5.19.10/Documentation/dev-tools/kunit/
Dusage.rst533 struct sha1_test_case *test_param = (struct sha1_test_case *)(test->param_value);
535 sha1sum(test_param->str, out);
536 KUNIT_EXPECT_STREQ_MSG(test, out, test_param->sha1,
537 "sha1sum(%s)", test_param->str);