Home
last modified time | relevance | path

Searched refs:test_or_suite (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/lib/kunit/
H A Dattributes.c38 void *(*get_attr)(void *test_or_suite, bool is_test);
213 static void *attr_speed_get(void *test_or_suite, bool is_test) in attr_speed_get() argument
215 struct kunit_suite *suite = is_test ? NULL : test_or_suite; in attr_speed_get()
216 struct kunit_case *test = is_test ? test_or_suite : NULL; in attr_speed_get()
226 struct kunit_suite *suite = is_test ? NULL : test_or_suite; in attr_module_get()
227 struct kunit_case *test = is_test ? test_or_suite : NULL; in attr_module_get()
240 struct kunit_suite *suite = is_test ? NULL : test_or_suite; in attr_is_init_get()
241 struct kunit_case *test = is_test ? test_or_suite : NULL; in attr_is_init_get()
291 struct kunit_suite *suite = is_test ? NULL : test_or_suite; in kunit_print_attr()
292 struct kunit_case *test = is_test ? test_or_suite : NULL; in kunit_print_attr()
[all …]
/linux-6.15/include/kunit/
H A Dattributes.h31 void kunit_print_attr(void *test_or_suite, bool is_test, unsigned int test_level);
H A Dtest.h595 #define kunit_log(lvl, test_or_suite, fmt, ...) \ argument
598 kunit_log_append((test_or_suite)->log, fmt, \