Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/
Dsched.h18 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro
/linux-6.12.1/include/uapi/linux/
Dsched.h18 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro
/linux-6.12.1/kernel/
Dumh.c173 CLONE_PARENT | SIGCHLD); in call_usermodehelper_exec_work()
Dfork.c2162 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()