Lines Matching refs:ksft_print_msg
218 ksft_print_msg("pid to recycle is %d\n", pid2); in test_pidfd_send_signal_recycled_pid_fail()
383 ksft_print_msg("Child Thread: starting. pid %d tid %d ; and sleeping\n", in test_pidfd_poll_exec_thread()
385 ksft_print_msg("Child Thread: doing exec of sleep\n"); in test_pidfd_poll_exec_thread()
389 ksft_print_msg("Child Thread: DONE. pid %d tid %d\n", in test_pidfd_poll_exec_thread()
429 ksft_print_msg("Child (pidfd): starting. pid %d tid %d\n", getpid(), in child_poll_exec_test()
448 ksft_print_msg("Parent: pid: %d\n", getpid()); in test_pidfd_poll_exec()
454 ksft_print_msg("Parent: Waiting for Child (%d) to complete.\n", pid); in test_pidfd_poll_exec()
459 ksft_print_msg("Parent: error\n"); in test_pidfd_poll_exec()
462 ksft_print_msg("Parent: Child process waited for.\n"); in test_pidfd_poll_exec()
469 ksft_print_msg("Time waited for child: %lu\n", prog_time); in test_pidfd_poll_exec()
481 ksft_print_msg("Child Thread: starting. pid %d tid %d ; and sleeping\n", in test_pidfd_poll_leader_exit_thread()
484 ksft_print_msg("Child Thread: DONE. pid %d tid %d\n", getpid(), syscall(SYS_gettid)); in test_pidfd_poll_leader_exit_thread()
493 ksft_print_msg("Child: starting. pid %d tid %d\n", getpid(), syscall(SYS_gettid)); in child_poll_leader_exit_test()
520 ksft_print_msg("Parent: pid: %d\n", getpid()); in test_pidfd_poll_leader_exit()
526 ksft_print_msg("Parent: Waiting for Child (%d) to complete.\n", pid); in test_pidfd_poll_leader_exit()
531 ksft_print_msg("Parent: error\n"); in test_pidfd_poll_leader_exit()
543 ksft_print_msg("Parent: Child process waited for.\n"); in test_pidfd_poll_leader_exit()
547 ksft_print_msg("Time since child exit: %lu\n", since_child_exit); in test_pidfd_poll_leader_exit()