Searched refs:CLONE_PARENT (Results 1 – 5 of 5) sorted by relevance
30 err = stub_syscall2(__NR_clone, CLONE_PARENT | CLONE_FILES | SIGCHLD, in stub_clone_handler()
15 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro
191 CLONE_PARENT | SIGCHLD); in call_usermodehelper_exec_work()
1673 if ((clone_flags & CLONE_PARENT) && in copy_process()1925 if (clone_flags & CLONE_PARENT) in copy_process()1959 if (clone_flags & (CLONE_PARENT|CLONE_THREAD)) { in copy_process()