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