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