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
173 CLONE_PARENT | SIGCHLD); in call_usermodehelper_exec_work()
2162 if ((clone_flags & CLONE_PARENT) && in copy_process()2505 if (clone_flags & (CLONE_PARENT|CLONE_THREAD)) { in copy_process()3048 if ((kargs->flags & (CLONE_THREAD | CLONE_PARENT)) && in clone3_args_valid()