Searched refs:KUNIT_CASE_PARAM (Results 1 – 8 of 8) sorted by relevance
/linux/fs/fat/ |
A 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/net/mctp/test/ |
A D | route-test.c | 531 KUNIT_CASE_PARAM(mctp_test_fragment, mctp_frag_gen_params), 532 KUNIT_CASE_PARAM(mctp_test_rx_input, mctp_rx_input_gen_params), 533 KUNIT_CASE_PARAM(mctp_test_route_input_sk, mctp_route_input_sk_gen_params), 534 KUNIT_CASE_PARAM(mctp_test_route_input_sk_reasm,
|
/linux/lib/math/ |
A D | rational-test.c | 45 KUNIT_CASE_PARAM(rational_test, rational_gen_params),
|
/linux/fs/ext4/ |
A D | inode-test.c | 271 KUNIT_CASE_PARAM(inode_test_xtimestamp_decoding, ext4_inode_gen_params),
|
/linux/arch/s390/lib/ |
A D | test_unwind.c | 371 KUNIT_CASE_PARAM(test_unwind_flags, test_unwind_gen_params),
|
/linux/kernel/kcsan/ |
A D | kcsan_test.c | 1055 #define KCSAN_KUNIT_CASE(test_name) KUNIT_CASE_PARAM(test_name, nthreads_gen_params)
|
/linux/Documentation/dev-tools/kunit/ |
A 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),
|
/linux/include/kunit/ |
A D | test.h | 219 #define KUNIT_CASE_PARAM(test_name, gen_params) \ macro
|
Completed in 38 milliseconds