Home
last modified time | relevance | path

Searched refs:PID_RECYCLE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/pidfd/
H A Dpidfd_test.c217 if (pid2 == PID_RECYCLE) { in test_pidfd_send_signal_recycled_pid_fail()
226 if (pid2 >= PID_RECYCLE) in test_pidfd_send_signal_recycled_pid_fail()
234 if (pid2 != PID_RECYCLE) { in test_pidfd_send_signal_recycled_pid_fail()
282 if (recycled_pid == PID_RECYCLE) { in test_pidfd_send_signal_recycled_pid_fail()
329 test_name, PID_RECYCLE); in test_pidfd_send_signal_recycled_pid_fail()
332 test_name, PID_RECYCLE); in test_pidfd_send_signal_recycled_pid_fail()
H A Dpidfd.h58 #define PID_RECYCLE 1000 macro