Searched refs:KUNIT_CASE_PARAM (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/fs/fat/ |
| D | fat_test.c | 184 KUNIT_CASE_PARAM(fat_time_fat2unix_test, fat_time_gen_params), 185 KUNIT_CASE_PARAM(fat_time_unix2fat_test, fat_time_gen_params),
|
| /Linux-v5.15/lib/math/ |
| D | rational-test.c | 45 KUNIT_CASE_PARAM(rational_test, rational_gen_params),
|
| /Linux-v5.15/fs/ext4/ |
| D | inode-test.c | 271 KUNIT_CASE_PARAM(inode_test_xtimestamp_decoding, ext4_inode_gen_params),
|
| /Linux-v5.15/kernel/kcsan/ |
| D | kcsan_test.c | 1033 #define KCSAN_KUNIT_CASE(test_name) KUNIT_CASE_PARAM(test_name, nthreads_gen_params)
|
| /Linux-v5.15/include/kunit/ |
| D | test.h | 210 #define KUNIT_CASE_PARAM(test_name, gen_params) \ macro
|
| /Linux-v5.15/Documentation/dev-tools/kunit/ |
| D | usage.rst | 576 // Instead of KUNIT_CASE, we use KUNIT_CASE_PARAM and pass in the 579 KUNIT_CASE_PARAM(sha1_test, sha1_gen_params),
|