Searched refs:CLONE_PARENT (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/um/kernel/skas/
H A Dclone.c30 err = stub_syscall2(__NR_clone, CLONE_PARENT | CLONE_FILES | SIGCHLD,
/linux-master/include/uapi/linux/
H A Dsched.h18 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro
/linux-master/tools/include/uapi/linux/
H A Dsched.h18 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro
/linux-master/kernel/
H A Dumh.c168 * Use CLONE_PARENT to reparent it to kthreadd; we do not
173 CLONE_PARENT | SIGCHLD);
H A Dfork.c2178 if ((clone_flags & CLONE_PARENT) &&
2518 /* CLONE_PARENT re-uses the old parent */
2519 if (clone_flags & (CLONE_PARENT|CLONE_THREAD)) {
3061 if ((kargs->flags & (CLONE_THREAD | CLONE_PARENT)) &&

Completed in 562 milliseconds