Home
last modified time | relevance | path

Searched refs:KUNIT_CASE_PARAM (Results 1 – 8 of 8) sorted by relevance

/linux/fs/fat/
A Dfat_test.c184 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 Droute-test.c531 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 Drational-test.c45 KUNIT_CASE_PARAM(rational_test, rational_gen_params),
/linux/fs/ext4/
A Dinode-test.c271 KUNIT_CASE_PARAM(inode_test_xtimestamp_decoding, ext4_inode_gen_params),
/linux/arch/s390/lib/
A Dtest_unwind.c371 KUNIT_CASE_PARAM(test_unwind_flags, test_unwind_gen_params),
/linux/kernel/kcsan/
A Dkcsan_test.c1055 #define KCSAN_KUNIT_CASE(test_name) KUNIT_CASE_PARAM(test_name, nthreads_gen_params)
/linux/Documentation/dev-tools/kunit/
A Dusage.rst576 // 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 Dtest.h219 #define KUNIT_CASE_PARAM(test_name, gen_params) \ macro

Completed in 38 milliseconds