Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/pidfd/
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()
Dpidfd.h58 #define PID_RECYCLE 1000 macro