Lines Matching refs:ksft_print_msg
56 ksft_print_msg("Couldn't find %s\n", name[0]); in vdso_test_gettimeofday()
65 ksft_print_msg("The time is %lld.%06lld\n", in vdso_test_gettimeofday()
80 ksft_print_msg("Couldn't find %s\n", name[1]); in vdso_test_clock_gettime()
90 ksft_print_msg("The time is %lld.%06lld\n", in vdso_test_clock_gettime()
107 ksft_print_msg("Couldn't find %s\n", name[2]); in vdso_test_time()
115 ksft_print_msg("The time in hours since January 1, 1970 is %lld\n", in vdso_test_time()
132 ksft_print_msg("Couldn't find %s\n", name[3]); in vdso_test_clock_getres()
142 ksft_print_msg("The vdso resolution is %lld %lld\n", in vdso_test_clock_getres()
150 ksft_print_msg("The syscall resolution is %lld %lld\n", in vdso_test_clock_getres()
171 ksft_print_msg("clock_id: %s\n", vdso_clock_name[clock_id]); in vdso_test_clock()
188 ksft_print_msg("AT_SYSINFO_EHDR is not present!\n"); in main()
195 ksft_print_msg("[vDSO kselftest] VDSO_VERSION: %s\n", version); in main()