Lines Matching refs:CLONE_PIDFD
2070 if (clone_flags & CLONE_PIDFD) {
2073 * reuse it later for CLONE_PIDFD.
2097 if (!(clone_flags & CLONE_PIDFD))
2339 if (clone_flags & CLONE_PIDFD) {
2349 * that via CLONE_PIDFD.
2590 if (clone_flags & CLONE_PIDFD) {
2735 * For legacy clone() calls, CLONE_PIDFD uses the parent_tid argument
2736 * to return the pidfd. Hence, CLONE_PIDFD and CLONE_PARENT_SETTID are
2737 * mutually exclusive. With clone3() CLONE_PIDFD has grown a separate
2743 if ((clone_flags & CLONE_PIDFD) &&