Searched refs:KUNIT_PARAM_DESC_SIZE (Results 1 – 7 of 7) sorted by relevance
/linux/lib/math/ |
A D | rational-test.c | 28 strscpy(desc, param->name, KUNIT_PARAM_DESC_SIZE); in get_desc()
|
/linux/fs/fat/ |
A D | fat_test.c | 126 strscpy(desc, t->name, KUNIT_PARAM_DESC_SIZE); in time_testcase_desc()
|
/linux/fs/ext4/ |
A D | inode-test.c | 217 strscpy(desc, t->test_case_name, KUNIT_PARAM_DESC_SIZE); in timestamp_expectation_to_desc()
|
/linux/arch/s390/lib/ |
A D | test_unwind.c | 346 strscpy(desc, params->name, KUNIT_PARAM_DESC_SIZE); in get_desc()
|
/linux/lib/kunit/ |
A D | test.c | 495 char param_desc[KUNIT_PARAM_DESC_SIZE]; in kunit_run_tests()
|
/linux/kernel/kcsan/ |
A D | kcsan_test.c | 1051 snprintf(desc, KUNIT_PARAM_DESC_SIZE, "threads=%ld", abs(nthreads)); in nthreads_gen_params()
|
/linux/include/kunit/ |
A D | test.h | 107 #define KUNIT_PARAM_DESC_SIZE 128 macro
|
Completed in 19 milliseconds