Lines Matching refs:ksft_print_msg
183 ksft_print_msg("pid to recycle is %d\n", pid2); in test_pidfd_send_signal_recycled_pid_fail()
298 ksft_print_msg("%s test: Skipping test\n", test_name); in test_pidfd_send_signal_recycled_pid_fail()
346 ksft_print_msg("Child Thread: starting. pid %d tid %d ; and sleeping\n", in test_pidfd_poll_exec_thread()
348 ksft_print_msg("Child Thread: doing exec of sleep\n"); in test_pidfd_poll_exec_thread()
352 ksft_print_msg("Child Thread: DONE. pid %d tid %d\n", in test_pidfd_poll_exec_thread()
392 ksft_print_msg("Child (pidfd): starting. pid %d tid %d\n", getpid(), in child_poll_exec_test()
411 ksft_print_msg("Parent: pid: %d\n", getpid()); in test_pidfd_poll_exec()
417 ksft_print_msg("Parent: Waiting for Child (%d) to complete.\n", pid); in test_pidfd_poll_exec()
422 ksft_print_msg("Parent: error\n"); in test_pidfd_poll_exec()
425 ksft_print_msg("Parent: Child process waited for.\n"); in test_pidfd_poll_exec()
432 ksft_print_msg("Time waited for child: %lu\n", prog_time); in test_pidfd_poll_exec()
444 ksft_print_msg("Child Thread: starting. pid %d tid %d ; and sleeping\n", in test_pidfd_poll_leader_exit_thread()
447 ksft_print_msg("Child Thread: DONE. pid %d tid %d\n", getpid(), syscall(SYS_gettid)); in test_pidfd_poll_leader_exit_thread()
456 ksft_print_msg("Child: starting. pid %d tid %d\n", getpid(), syscall(SYS_gettid)); in child_poll_leader_exit_test()
483 ksft_print_msg("Parent: pid: %d\n", getpid()); in test_pidfd_poll_leader_exit()
489 ksft_print_msg("Parent: Waiting for Child (%d) to complete.\n", pid); in test_pidfd_poll_leader_exit()
494 ksft_print_msg("Parent: error\n"); in test_pidfd_poll_leader_exit()
506 ksft_print_msg("Parent: Child process waited for.\n"); in test_pidfd_poll_leader_exit()
510 ksft_print_msg("Time since child exit: %lu\n", since_child_exit); in test_pidfd_poll_leader_exit()