Searched refs:CLONE_PARENT (Results 1 – 9 of 9) 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
52 # define CLONE_PARENT 0x00008000 /* Set if we want to have the same macro
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()
1944 if ((clone_flags & CLONE_PARENT) && in copy_process()2293 if (clone_flags & (CLONE_PARENT|CLONE_THREAD)) { in copy_process()2797 if ((kargs->flags & (CLONE_THREAD | CLONE_PARENT)) && in clone3_args_valid()