Lines Matching refs:kunit_info
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()
792 kunit_info(test, "%d overflow size helper tests finished\n", count); in overflow_size_helpers_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()
1167 kunit_info(test, "%d castable_to_type() tests finished\n", count); in castable_to_type_test()