Searched refs:kunit_info (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/mm/kmsan/ |
D | kmsan_test.c | 158 kunit_info(test, "uninitialized kmalloc test (UMR report)\n"); in test_uninit_kmalloc() 172 kunit_info(test, "initialized kmalloc test (no reports)\n"); in test_init_kmalloc() 185 kunit_info(test, "initialized kzalloc test (no reports)\n"); in test_init_kzalloc() 197 kunit_info(test, "uninitialized stack variable (UMR report)\n"); in test_uninit_stack_var() 208 kunit_info(test, "initialized stack variable (no reports)\n"); in test_init_stack_var() 247 kunit_info(test, in test_params() 268 kunit_info(test, "uninitialized local passed to fn (UMR report)\n"); in test_uninit_multiple_params() 291 kunit_info( in test_uninit_kmsan_check_memory() 311 kunit_info(test, "pages initialized via vmap (no reports)\n"); in test_init_kmsan_vmap_vunmap() 341 kunit_info(test, "vmalloc buffer can be initialized (no reports)\n"); in test_init_vmalloc() [all …]
|
/Linux-v6.1/lib/kunit/ |
D | kunit-example-test.c | 38 kunit_info(test, "initializing\n"); in example_test_init() 49 kunit_info(suite, "initializing suite\n"); in example_test_init_suite() 60 kunit_info(test, "You should not see a line below."); in example_skip_test() 75 kunit_info(test, "You should see a line below."); in example_mark_skipped_test() 81 kunit_info(test, "You should see this line."); in example_mark_skipped_test()
|
/Linux-v6.1/lib/ |
D | overflow_kunit.c | 292 kunit_info(test, "%zu %s arithmetic tests finished\n", \ 351 kunit_info(test, "got %lld\n", (s64)__d); \ 353 kunit_info(test, "got %llu\n", (u64)__d); \ 404 kunit_info(test, "%d sane shift tests finished\n", count); in shift_sane_test() 458 kunit_info(test, "%d overflow shift tests finished\n", count); in shift_overflow_test() 496 kunit_info(test, "%d truncate shift tests finished\n", count); in shift_truncate_test() 542 kunit_info(test, "%d nonsense shift tests finished\n", count); in shift_nonsense_test() 639 kunit_info(test, "%d allocation overflow tests finished\n", count); in overflow_allocation_test() 735 kunit_info(test, "%d overflow size helper tests finished\n", count); in overflow_size_helpers_test()
|
D | memcpy_kunit.c | 47 kunit_info(test, "ok: " TEST_OP "() " name "\n"); \
|
/Linux-v6.1/mm/kfence/ |
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-v6.1/include/kunit/ |
D | test.h | 437 #define kunit_info(test, fmt, ...) \ macro
|
/Linux-v6.1/drivers/gpu/drm/tests/ |
D | drm_mm_test.c | 1033 kunit_info(test, "%s fragmented insert of %u and %u insertions took %llu and %llu nsecs\n", in drm_test_mm_frag() 1149 kunit_info(test, "scan: hit [%llx, %llx], size=%lld, align=%lld, color=%ld\n", in show_scan() 1170 kunit_info(test, "%sHole [%llx - %llx, size %lld]%s\n", node1, in show_holes()
|