Searched refs:kunit_info (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/lib/kunit/ |
| D | kunit-example-test.c | 38 kunit_info(test, "initializing\n"); in example_test_init() 49 kunit_info(test, "You should not see a line below."); in example_skip_test() 64 kunit_info(test, "You should see a line below."); in example_mark_skipped_test() 70 kunit_info(test, "You should see this line."); in example_mark_skipped_test()
|
| /Linux-v5.15/mm/kfence/ |
| D | kfence_test.c | 186 kunit_info(test, "%s: size=%zu, ctor=%ps\n", __func__, size, ctor); in setup_test_cache() 259 kunit_info(test, "%s: size=%zu, gfp=%x, policy=%s, cache=%i\n", __func__, size, gfp, in test_alloc()
|
| /Linux-v5.15/include/kunit/ |
| D | test.h | 729 #define kunit_info(test, fmt, ...) \ macro
|