Searched refs:CLONE_PARENT (Results 1 – 4 of 4) sorted by relevance
18 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro
172 CLONE_PARENT | SIGCHLD); in call_usermodehelper_exec_work()
2013 if ((clone_flags & CLONE_PARENT) && in copy_process()2039 if (clone_flags & CLONE_PARENT) in copy_process()2045 if ((clone_flags & CLONE_PARENT) && current->signal->autoreap) in copy_process()2414 if (clone_flags & (CLONE_PARENT|CLONE_THREAD)) { in copy_process()2982 if ((kargs->flags & (CLONE_THREAD | CLONE_PARENT)) && in clone3_args_valid()