Lines Matching refs:ksft_print_msg
84 ksft_print_msg("%s - Failed to create new process\n", in call_clone3()
90 ksft_print_msg("I am the child, my PID is %d\n", getpid()); in call_clone3()
94 ksft_print_msg("I am the parent (%d). My child's pid is %d\n", in call_clone3()
98 ksft_print_msg("waitpid() returned %s\n", strerror(errno)); in call_clone3()
102 ksft_print_msg("Child did not exit normally, status 0x%x\n", in call_clone3()
117 ksft_print_msg( in test_clone3()
121 ksft_print_msg("[%d] clone3() with flags says: %d expected %d\n", in test_clone3()
124 ksft_print_msg( in test_clone3()
139 ksft_print_msg("Not running as root\n"); in not_root()
154 ksft_print_msg("Time namespaces are not supported\n"); in no_timenamespace()
333 ksft_print_msg("Running test '%s'\n", tests[i].name); in main()