Lines Matching refs:pid2
199 pid_t pid2;209 pid2 = fork();210 if (pid2 < 0)213 if (pid2 == 0)216 if (pid2 == PID_RECYCLE) {217 snprintf(buf, sizeof(buf), "/proc/%d", pid2);218 ksft_print_msg("pid to recycle is %d\n", pid2);222 if (wait_for_pid(pid2))225 if (pid2 >= PID_RECYCLE)233 if (pid2 != PID_RECYCLE) {