Home
last modified time | relevance | path

Searched refs:CLONE_PARENT (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dsched.h14 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro
/linux-4.4.14/arch/um/kernel/skas/
Dclone.c30 err = stub_syscall2(__NR_clone, CLONE_PARENT | CLONE_FILES | SIGCHLD, in stub_clone_handler()
/linux-4.4.14/kernel/
Dkmod.c336 CLONE_PARENT | SIGCHLD); in call_usermodehelper_exec_work()
Dfork.c1282 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()