Searched refs:PID_RECYCLE (Results 1 – 2 of 2) sorted by relevance
181 if (pid2 == PID_RECYCLE) { in test_pidfd_send_signal_recycled_pid_fail()190 if (pid2 >= PID_RECYCLE) in test_pidfd_send_signal_recycled_pid_fail()198 if (pid2 != PID_RECYCLE) { in test_pidfd_send_signal_recycled_pid_fail()246 if (recycled_pid == PID_RECYCLE) { in test_pidfd_send_signal_recycled_pid_fail()293 test_name, PID_RECYCLE); in test_pidfd_send_signal_recycled_pid_fail()296 test_name, PID_RECYCLE); in test_pidfd_send_signal_recycled_pid_fail()
44 #define PID_RECYCLE 1000 macro