Home
last modified time | relevance | path

Searched refs:CLONE_UNTRACED (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/alpha/kernel/
Dasm-offsets.c37 DEFINE(CLONE_UNTRACED, CLONE_UNTRACED); in foo()
/linux-4.4.14/include/uapi/linux/
Dsched.h22 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this c… macro
/linux-4.4.14/arch/cris/kernel/
Dasm-offsets.c57 DEFINE(LCLONE_UNTRACED, CLONE_UNTRACED); in main()
/linux-4.4.14/arch/mn10300/kernel/
Dasm-offsets.c83 DEFINE(CLONE_UNTRACED_asm, CLONE_UNTRACED); in foo()
/linux-4.4.14/arch/xtensa/kernel/
Dasm-offsets.c117 DEFINE(_CLONE_UNTRACED, CLONE_UNTRACED); in main()
/linux-4.4.14/arch/powerpc/kernel/
Dasm-offsets.c365 DEFINE(CLONE_UNTRACED, CLONE_UNTRACED); in main()
/linux-4.4.14/kernel/
Dfork.c1710 if (!(clone_flags & CLONE_UNTRACED)) { in _do_fork()
1783 return _do_fork(flags|CLONE_VM|CLONE_UNTRACED, (unsigned long)fn, in kernel_thread()