| /linux/mm/kmsan/ |
| A D | kmsan_test.c | 184 kunit_info(test, "initialized kmalloc test (no reports)\n"); in test_init_kmalloc() 197 kunit_info(test, "initialized kzalloc test (no reports)\n"); in test_init_kzalloc() 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() [all …]
|
| /linux/lib/kunit/ |
| A D | kunit-example-test.c | 39 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()
|
| A D | string-stream-test.c | 495 kunit_info(test, "Time elapsed: %lld us\n", in string_stream_performance_test() 497 kunit_info(test, "Total string length: %zu\n", total_string_length); in string_stream_performance_test() 498 kunit_info(test, "Bytes requested: %zu\n", bytes_requested); in string_stream_performance_test() 499 kunit_info(test, "Actual bytes allocated: %zu\n", actual_bytes_used); in string_stream_performance_test()
|
| A D | kunit-test.c | 629 kunit_info(test, "Add newline\n"); in kunit_log_newline_test()
|
| /linux/drivers/gpu/drm/xe/tests/ |
| A D | xe_mocs.c | 32 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() 161 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()
|
| A D | xe_bo.c | 123 kunit_info(test, "Testing vram id %u\n", tile->id); in ccs_test_run_tile() 125 kunit_info(test, "Testing system memory\n"); in ccs_test_run_tile() 136 kunit_info(test, "Verifying that CCS data is cleared on creation.\n"); in ccs_test_run_tile() 142 kunit_info(test, "Verifying that CCS data survives migration.\n"); in ccs_test_run_tile() 148 kunit_info(test, "Verifying that CCS data can be properly cleared.\n"); in ccs_test_run_tile() 202 kunit_info(test, "Testing device %s vram id %u\n", in evict_test_run_tile()
|
| A D | xe_migrate.c | 61 kunit_info(test, "%s: Job completed\n", str); in run_sanity_job() 280 kunit_info(test, "Clearing small buffer object\n"); in xe_migrate_sanity_test() 294 kunit_info(test, "Copying small buffer object to system\n"); in xe_migrate_sanity_test() 297 kunit_info(test, "Copying small buffer object to other vram\n"); in xe_migrate_sanity_test() 302 kunit_info(test, "Clearing big buffer object\n"); in xe_migrate_sanity_test() 316 kunit_info(test, "Copying big buffer object to system\n"); in xe_migrate_sanity_test() 319 kunit_info(test, "Copying big buffer object to other vram\n"); in xe_migrate_sanity_test() 349 kunit_info(test, "Testing tile id %d.\n", id); in migrate_test_run_device() 513 kunit_info(test, "Evict vram buffer object\n"); in test_migrate() 542 kunit_info(test, "Restore vram buffer object\n"); in test_migrate() [all …]
|
| A D | xe_guc_id_mgr_test.c | 64 kunit_info(test, "n=%u", n); in check_used() 86 kunit_info(test, "n=%u", n); in check_quota()
|
| A D | xe_kunit_helpers.c | 120 kunit_info(test, "running on %s device\n", xe->info.platform_name); in xe_kunit_helper_xe_device_live_test_init()
|
| A D | xe_dma_buf.c | 127 kunit_info(test, "running %s\n", __func__); in xe_test_dmabuf_import_same_driver()
|
| /linux/lib/ |
| A D | overflow_kunit.c | 352 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 …]
|
| A D | memcpy_kunit.c | 47 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() 265 kunit_info(test, "%s: size=%zu, gfp=%x, policy=%s, cache=%i\n", __func__, size, gfp, in test_alloc()
|
| /linux/drivers/gpu/drm/tests/ |
| A D | drm_buddy_test.c | 39 kunit_info(test, "mm_size=%u, ps=%u\n", mm_size, ps); in drm_test_buddy_alloc_range_bias() 751 kunit_info(suite, "Testing DRM buddy manager, with random_seed=0x%x\n", in drm_buddy_suite_init()
|
| /linux/sound/core/ |
| A D | sound_kunit.c | 261 kunit_info(test, "%s", card->id); in test_card_set_id()
|
| /linux/include/kunit/ |
| A D | test.h | 613 #define kunit_info(test, fmt, ...) \ macro
|
| /linux/fs/ext4/ |
| A D | mballoc-test.c | 932 kunit_info(test, "costed jiffies %lu\n", all); in test_mb_mark_used_cost()
|