Lines Matching refs:ksft_print_msg
171 ksft_print_msg("waitpid WEXITSTATUS=%d\n", ret); in test_pidfd_send_signal_exited_fail()
271 ksft_print_msg("pid to recycle is %d\n", pid2); in test_pidfd_send_signal_recycled_pid_fail()
436 ksft_print_msg("Child Thread: starting. pid %d tid %ld ; and sleeping\n", in test_pidfd_poll_exec_thread()
438 ksft_print_msg("Child Thread: doing exec of sleep\n"); in test_pidfd_poll_exec_thread()
442 ksft_print_msg("Child Thread: DONE. pid %d tid %ld\n", in test_pidfd_poll_exec_thread()
482 ksft_print_msg("Child (pidfd): starting. pid %d tid %ld\n", getpid(), in child_poll_exec_test()
502 ksft_print_msg("Parent: pid: %d\n", getpid()); in test_pidfd_poll_exec()
508 ksft_print_msg("Parent: Waiting for Child (%d) to complete.\n", pid); in test_pidfd_poll_exec()
513 ksft_print_msg("Parent: error\n"); in test_pidfd_poll_exec()
516 ksft_print_msg("Parent: Child process waited for.\n"); in test_pidfd_poll_exec()
523 ksft_print_msg("Time waited for child: %lu\n", prog_time); in test_pidfd_poll_exec()
535 ksft_print_msg("Child Thread: starting. pid %d tid %ld ; and sleeping\n", in test_pidfd_poll_leader_exit_thread()
538 ksft_print_msg("Child Thread: DONE. pid %d tid %ld\n", getpid(), syscall(SYS_gettid)); in test_pidfd_poll_leader_exit_thread()
547 ksft_print_msg("Child: starting. pid %d tid %ld\n", getpid(), syscall(SYS_gettid)); in child_poll_leader_exit_test()
575 ksft_print_msg("Parent: pid: %d\n", getpid()); in test_pidfd_poll_leader_exit()
581 ksft_print_msg("Parent: Waiting for Child (%d) to complete.\n", pid); in test_pidfd_poll_leader_exit()
586 ksft_print_msg("Parent: error\n"); in test_pidfd_poll_leader_exit()
598 ksft_print_msg("Parent: Child process waited for.\n"); in test_pidfd_poll_leader_exit()
602 ksft_print_msg("Time since child exit: %lu\n", since_child_exit); in test_pidfd_poll_leader_exit()