Lines Matching refs:ksft_print_msg
119 ksft_print_msg("waitpid WEXITSTATUS=%d\n", ret); in test_pidfd_send_signal_exited_fail()
219 ksft_print_msg("pid to recycle is %d\n", pid2); in test_pidfd_send_signal_recycled_pid_fail()
384 ksft_print_msg("Child Thread: starting. pid %d tid %d ; and sleeping\n", in test_pidfd_poll_exec_thread()
386 ksft_print_msg("Child Thread: doing exec of sleep\n"); in test_pidfd_poll_exec_thread()
390 ksft_print_msg("Child Thread: DONE. pid %d tid %d\n", in test_pidfd_poll_exec_thread()
430 ksft_print_msg("Child (pidfd): starting. pid %d tid %d\n", getpid(), in child_poll_exec_test()
450 ksft_print_msg("Parent: pid: %d\n", getpid()); in test_pidfd_poll_exec()
456 ksft_print_msg("Parent: Waiting for Child (%d) to complete.\n", pid); in test_pidfd_poll_exec()
461 ksft_print_msg("Parent: error\n"); in test_pidfd_poll_exec()
464 ksft_print_msg("Parent: Child process waited for.\n"); in test_pidfd_poll_exec()
471 ksft_print_msg("Time waited for child: %lu\n", prog_time); in test_pidfd_poll_exec()
483 ksft_print_msg("Child Thread: starting. pid %d tid %d ; and sleeping\n", in test_pidfd_poll_leader_exit_thread()
486 ksft_print_msg("Child Thread: DONE. pid %d tid %d\n", getpid(), syscall(SYS_gettid)); in test_pidfd_poll_leader_exit_thread()
495 ksft_print_msg("Child: starting. pid %d tid %d\n", getpid(), syscall(SYS_gettid)); in child_poll_leader_exit_test()
523 ksft_print_msg("Parent: pid: %d\n", getpid()); in test_pidfd_poll_leader_exit()
529 ksft_print_msg("Parent: Waiting for Child (%d) to complete.\n", pid); in test_pidfd_poll_leader_exit()
534 ksft_print_msg("Parent: error\n"); in test_pidfd_poll_leader_exit()
546 ksft_print_msg("Parent: Child process waited for.\n"); in test_pidfd_poll_leader_exit()
550 ksft_print_msg("Time since child exit: %lu\n", since_child_exit); in test_pidfd_poll_leader_exit()