Home
last modified time | relevance | path

Searched refs:CLONE_PIDFD (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/samples/pidfd/
Dpidfd-metadata.c20 #ifndef CLONE_PIDFD
21 #define CLONE_PIDFD 0x00001000 macro
92 pid = pidfd_clone(CLONE_PIDFD, &pidfd); in main()
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/
Dpidfd.h29 #ifndef CLONE_PIDFD
30 #define CLONE_PIDFD 0x00001000 macro
Dpidfd_wait.c47 .flags = CLONE_PIDFD | CLONE_PARENT_SETTID, in TEST()
96 .flags = CLONE_PIDFD | CLONE_PARENT_SETTID, in TEST()
Dpidfd_test.c449 pid = pidfd_clone(CLONE_PIDFD, &pidfd, child_poll_exec_test); in test_pidfd_poll_exec()
521 pid = pidfd_clone(CLONE_PIDFD, &pidfd, child_poll_leader_exit_test); in test_pidfd_poll_leader_exit()
Dpidfd_fdinfo_test.c91 static int flags = CLONE_PIDFD | CLONE_NEWPID | CLONE_NEWNS | SIGCHLD; in clone_newns()
Dpidfd_setns_test.c78 .flags = CLONE_PIDFD | flags, in create_child()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dsched.h27 #define CLONE_PIDFD 0x00001000 macro
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dsched.h15 #define CLONE_PIDFD 0x00001000 /* set if a pidfd should be placed in parent */ macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dsched.h15 #define CLONE_PIDFD 0x00001000 /* set if a pidfd should be placed in parent */ macro
/kernel/linux/linux-5.10/kernel/
Dfork.c1935 if (clone_flags & CLONE_PIDFD) { in copy_process()
2156 if (clone_flags & CLONE_PIDFD) { in copy_process()
2352 if (clone_flags & CLONE_PIDFD) { in copy_process()
2467 if ((args->flags & CLONE_PIDFD) && in kernel_clone()