Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dsched.h
/linux/tools/perf/trace/beauty/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/kernel/
H A Dfork.c2056 if ((clone_flags & CLONE_PARENT) && in copy_process()
2082 if (clone_flags & CLONE_PARENT) in copy_process()
2088 if ((clone_flags & CLONE_PARENT) && current->signal->autoreap) in copy_process()
2460 /* CLONE_PARENT re-uses the old parent */ in copy_process()
2461 if (clone_flags & (CLONE_PARENT|CLONE_THREAD)) { in copy_process()
3030 if ((kargs->flags & (CLONE_THREAD | CLONE_PARENT)) && in clone3_args_valid()