Searched refs:kunit_info (Results 1 – 4 of 4) sorted by relevance
| /linux/lib/kunit/ |
| A 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/lib/ |
| A D | memcpy_kunit.c | 49 kunit_info(test, "ok: " TEST_OP "() " name "\n"); \
|
| /linux/mm/kfence/ |
| A D | kfence_test.c | 191 kunit_info(test, "%s: size=%zu, ctor=%ps\n", __func__, size, ctor); in setup_test_cache() 264 kunit_info(test, "%s: size=%zu, gfp=%x, policy=%s, cache=%i\n", __func__, size, gfp, in test_alloc()
|
| /linux/include/kunit/ |
| A D | test.h | 738 #define kunit_info(test, fmt, ...) \ macro
|
Completed in 79 milliseconds