Home
last modified time | relevance | path

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

/linux/fs/ext4/
A Dinode-test.c245 struct timestamp_expectation *test_param = in inode_test_xtimestamp_decoding() local
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()
265 test_param->msb_set, in inode_test_xtimestamp_decoding()
266 test_param->lower_bound, in inode_test_xtimestamp_decoding()
[all …]
/linux/Documentation/dev-tools/kunit/
A Dusage.rst569 struct sha1_test_case *test_param = (struct sha1_test_case *)(test->param_value);
571 sha1sum(test_param->str, out);
572 KUNIT_EXPECT_STREQ_MSG(test, out, test_param->sha1,
573 "sha1sum(%s)", test_param->str);

Completed in 11 milliseconds