Lines Matching refs:ksft_print_msg
56 ksft_print_msg("%s - Failed to create new process\n", in call_clone3_set_tid()
66 ksft_print_msg("I am the child, my PID is %d (expected %d)\n", in call_clone3_set_tid()
69 ksft_print_msg("[%d] Child is ready and waiting\n", in call_clone3_set_tid()
76 ksft_print_msg( in call_clone3_set_tid()
84 ksft_print_msg( in call_clone3_set_tid()
97 ksft_print_msg("I am the parent (%d). My child's pid is %d\n", in call_clone3_set_tid()
100 ksft_print_msg( in call_clone3_set_tid()
107 ksft_print_msg("Child returned %s\n", strerror(errno)); in call_clone3_set_tid()
127 ksft_print_msg( in test_clone3_set_tid()
132 ksft_print_msg( in test_clone3_set_tid()
168 ksft_print_msg("/proc/sys/kernel/pid_max %d\n", pid_max); in main()
272 ksft_print_msg("Child has PID %d\n", getpid()); in main()
297 ksft_print_msg("unshare PID namespace\n"); in main()
325 ksft_print_msg("Child in PID namespace has PID %d\n", getpid()); in main()
361 ksft_print_msg("[%d] Child is ready and waiting\n", getpid()); in main()
380 ksft_print_msg( in main()
397 ksft_print_msg("Child returned %s\n", strerror(errno)); in main()
408 ksft_print_msg("Expecting PIDs %d, 42, 1\n", pid); in main()
409 ksft_print_msg("Have PIDs in namespaces: %d, %d, %d\n", ns3, ns2, ns1); in main()