Home
last modified time | relevance | path

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

/linux-6.15/mm/kmsan/
H A Dkmsan_test.c184 kunit_info(test, "initialized kmalloc test (no reports)\n"); in test_init_kmalloc()
259 kunit_info(test, in test_params()
303 kunit_info( in test_uninit_kmsan_check_memory()
390 kunit_info(test, in test_percpu_propagate()
436 kunit_info( in test_init_memcpy()
454 kunit_info( in test_memcpy_aligned_to_aligned()
476 kunit_info( in test_memcpy_aligned_to_unaligned()
517 kunit_info( in test_memcpy_initialized_gap()
574 kunit_info( in test_long_origin_chain()
626 kunit_info( in test_unpoison_memory()
[all …]
/linux-6.15/lib/kunit/
H A Dkunit-example-test.c39 kunit_info(test, "initializing\n"); in example_test_init()
50 kunit_info(test, "cleaning up\n"); in example_test_exit()
60 kunit_info(suite, "initializing suite\n"); in example_test_init_suite()
71 kunit_info(suite, "exiting suite\n"); in example_test_exit_suite()
81 kunit_info(test, "You should not see a line below."); in example_skip_test()
96 kunit_info(test, "You should see a line below."); in example_mark_skipped_test()
102 kunit_info(test, "You should see this line."); in example_mark_skipped_test()
H A Dstring-stream-test.c496 kunit_info(test, "Time elapsed: %lld us\n", in string_stream_performance_test()
498 kunit_info(test, "Total string length: %zu\n", total_string_length); in string_stream_performance_test()
499 kunit_info(test, "Bytes requested: %zu\n", bytes_requested); in string_stream_performance_test()
500 kunit_info(test, "Actual bytes allocated: %zu\n", actual_bytes_used); in string_stream_performance_test()
H A Dkunit-test.c629 kunit_info(test, "Add newline\n"); in kunit_log_newline_test()
/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_mocs.c32 kunit_info(test, "gt %d", gt->info.id); in live_mocs_init()
33 kunit_info(test, "gt type %d", gt->info.type); in live_mocs_init()
34 kunit_info(test, "table size %d", arg->table.table_size); in live_mocs_init()
35 kunit_info(test, "table uc_index %d", arg->table.uc_index); in live_mocs_init()
36 kunit_info(test, "table num_mocs_regs %d", arg->table.num_mocs_regs); in live_mocs_init()
162 kunit_info(test, "mocs_reset_test before reset\n"); in mocs_reset_test_run_device()
170 kunit_info(test, "mocs_reset_test after reset\n"); in mocs_reset_test_run_device()
H A Dxe_bo.c137 kunit_info(test, "Testing vram id %u\n", tile->id); in ccs_test_run_tile()
139 kunit_info(test, "Testing system memory\n"); in ccs_test_run_tile()
150 kunit_info(test, "Verifying that CCS data is cleared on creation.\n"); in ccs_test_run_tile()
156 kunit_info(test, "Verifying that CCS data survives migration.\n"); in ccs_test_run_tile()
162 kunit_info(test, "Verifying that CCS data can be properly cleared.\n"); in ccs_test_run_tile()
216 kunit_info(test, "Testing device %s vram id %u\n", in evict_test_run_tile()
424 kunit_info(test, "Failed value is 0x%08x, recorded 0x%08x\n", in shrink_test_verify()
427 kunit_info(test, "Looks like PRNG is out of sync.\n"); in shrink_test_verify()
458 kunit_info(test, "Random seed is 0x%016llx.\n", in shrink_test_run_device()
481 kunit_info(test, "Free ram is %lu bytes. Will allocate twice of that.\n", in shrink_test_run_device()
[all …]
H A Dxe_migrate.c61 kunit_info(test, "%s: Job completed\n", str); in run_sanity_job()
281 kunit_info(test, "Clearing small buffer object\n"); in xe_migrate_sanity_test()
295 kunit_info(test, "Copying small buffer object to system\n"); in xe_migrate_sanity_test()
298 kunit_info(test, "Copying small buffer object to other vram\n"); in xe_migrate_sanity_test()
303 kunit_info(test, "Clearing big buffer object\n"); in xe_migrate_sanity_test()
317 kunit_info(test, "Copying big buffer object to system\n"); in xe_migrate_sanity_test()
320 kunit_info(test, "Copying big buffer object to other vram\n"); in xe_migrate_sanity_test()
350 kunit_info(test, "Testing tile id %d.\n", id); in migrate_test_run_device()
514 kunit_info(test, "Evict vram buffer object\n"); in test_migrate()
543 kunit_info(test, "Restore vram buffer object\n"); in test_migrate()
[all …]
H A Dxe_guc_id_mgr_test.c64 kunit_info(test, "n=%u", n); in check_used()
86 kunit_info(test, "n=%u", n); in check_quota()
H A Dxe_kunit_helpers.c120 kunit_info(test, "running on %s device\n", xe->info.platform_name); in xe_kunit_helper_xe_device_live_test_init()
H A Dxe_dma_buf.c127 kunit_info(test, "running %s\n", __func__); in xe_test_dmabuf_import_same_driver()
/linux-6.15/lib/tests/
H A Doverflow_kunit.c352 kunit_info(test, "%zu %s arithmetic tests finished\n", \
411 kunit_info(test, "got %lld\n", (s64)__d); \
413 kunit_info(test, "got %llu\n", (u64)__d); \
464 kunit_info(test, "%d sane shift tests finished\n", count); in shift_sane_test()
518 kunit_info(test, "%d overflow shift tests finished\n", count); in shift_overflow_test()
556 kunit_info(test, "%d truncate shift tests finished\n", count); in shift_truncate_test()
602 kunit_info(test, "%d nonsense shift tests finished\n", count); in shift_nonsense_test()
696 kunit_info(test, "%d allocation overflow tests finished\n", count); in overflow_allocation_test()
1003 kunit_info(test, "%d overflows_type() tests finished\n", count); in overflows_type_test()
1076 kunit_info(test, "%d __same_type() tests finished\n", count); in same_type_test()
[all …]
H A Dcrc_kunit.c253 kunit_info(test, "len=%zu: %llu MB/s\n", in crc_benchmark()
H A Dmemcpy_kunit.c47 kunit_info(test, "ok: " TEST_OP "() " name "\n"); \
H A Dprintf_kunit.c757 kunit_info(suite, "ran %u tests\n", total_tests); in printf_suite_exit()
/linux-6.15/lib/math/tests/
H A Dprime_numbers_kunit.c15 kunit_info(suite, "primes.{last=%lu, .sz=%lu, .primes[]=...x%lx} = %s", in dump_primes()
/linux-6.15/mm/kfence/
H A Dkfence_test.c192 kunit_info(test, "%s: size=%zu, ctor=%ps\n", __func__, size, ctor); in setup_test_cache()
266 kunit_info(test, "%s: size=%zu, gfp=%x, policy=%s, cache=%i\n", __func__, size, gfp, in test_alloc()
/linux-6.15/drivers/gpu/drm/tests/
H A Ddrm_buddy_test.c39 kunit_info(test, "mm_size=%u, ps=%u\n", mm_size, ps); in drm_test_buddy_alloc_range_bias()
761 kunit_info(suite, "Testing DRM buddy manager, with random_seed=0x%x\n", in drm_buddy_suite_init()
/linux-6.15/sound/core/
H A Dsound_kunit.c271 kunit_info(test, "%s", card->id); in test_card_set_id()
/linux-6.15/include/kunit/
H A Dtest.h615 #define kunit_info(test, fmt, ...) \ macro
/linux-6.15/fs/ext4/
H A Dmballoc-test.c934 kunit_info(test, "costed jiffies %lu\n", all); in test_mb_mark_used_cost()