Home
last modified time | relevance | path

Searched refs:kunit_info (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/mm/kmsan/
A Dkmsan_test.c159 kunit_info(test, "uninitialized kmalloc test (UMR report)\n"); in test_uninit_kmalloc()
173 kunit_info(test, "initialized kmalloc test (no reports)\n"); in test_init_kmalloc()
186 kunit_info(test, "initialized kzalloc test (no reports)\n"); in test_init_kzalloc()
209 kunit_info(test, "initialized stack variable (no reports)\n"); in test_init_stack_var()
248 kunit_info(test, in test_params()
292 kunit_info( in test_uninit_kmsan_check_memory()
379 kunit_info(test, in test_percpu_propagate()
420 kunit_info( in test_memcpy_aligned_to_aligned()
443 kunit_info( in test_memcpy_aligned_to_unaligned()
467 kunit_info( in test_memcpy_aligned_to_unaligned2()
[all …]
/linux-6.3-rc2/lib/kunit/
A Dkunit-example-test.c39 kunit_info(test, "initializing\n"); in example_test_init()
50 kunit_info(suite, "initializing suite\n"); in example_test_init_suite()
61 kunit_info(test, "You should not see a line below."); in example_skip_test()
76 kunit_info(test, "You should see a line below."); in example_mark_skipped_test()
82 kunit_info(test, "You should see this line."); in example_mark_skipped_test()
/linux-6.3-rc2/lib/
A Doverflow_kunit.c292 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()
946 kunit_info(test, "%d overflows_type() tests finished\n", count); in overflows_type_test()
1019 kunit_info(test, "%d __same_type() tests finished\n", count); in same_type_test()
[all …]
A Dmemcpy_kunit.c47 kunit_info(test, "ok: " TEST_OP "() " name "\n"); \
/linux-6.3-rc2/mm/kfence/
A Dkfence_test.c191 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-6.3-rc2/drivers/gpu/drm/tests/
A Ddrm_mm_test.c1033 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()
2217 kunit_info(suite, in drm_mm_suite_init()
A Ddrm_buddy_test.c734 kunit_info(suite, "Testing DRM buddy manager, with random_seed=0x%x\n", random_seed); in drm_buddy_suite_init()
/linux-6.3-rc2/include/kunit/
A Dtest.h440 #define kunit_info(test, fmt, ...) \ macro

Completed in 18 milliseconds