Searched refs:PID_RECYCLE (Results 1 – 2 of 2) sorted by relevance
269 if (pid2 == PID_RECYCLE) { in test_pidfd_send_signal_recycled_pid_fail()278 if (pid2 >= PID_RECYCLE) in test_pidfd_send_signal_recycled_pid_fail()286 if (pid2 != PID_RECYCLE) { in test_pidfd_send_signal_recycled_pid_fail()334 if (recycled_pid == PID_RECYCLE) { in test_pidfd_send_signal_recycled_pid_fail()381 test_name, PID_RECYCLE); in test_pidfd_send_signal_recycled_pid_fail()384 test_name, PID_RECYCLE); in test_pidfd_send_signal_recycled_pid_fail()
206 #define PID_RECYCLE 1000 macro