Home
last modified time | relevance | path

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

/linux-4.1.27/arch/alpha/kernel/
Dasm-offsets.c37 DEFINE(CLONE_UNTRACED, CLONE_UNTRACED); in foo()
/linux-4.1.27/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.1.27/arch/cris/kernel/
Dasm-offsets.c57 DEFINE(LCLONE_UNTRACED, CLONE_UNTRACED); in main()
/linux-4.1.27/arch/mn10300/kernel/
Dasm-offsets.c83 DEFINE(CLONE_UNTRACED_asm, CLONE_UNTRACED); in foo()
/linux-4.1.27/arch/xtensa/kernel/
Dasm-offsets.c117 DEFINE(_CLONE_UNTRACED, CLONE_UNTRACED); in main()
/linux-4.1.27/arch/powerpc/kernel/
Dasm-offsets.c366 DEFINE(CLONE_UNTRACED, CLONE_UNTRACED); in main()
/linux-4.1.27/kernel/
Dfork.c1693 if (!(clone_flags & CLONE_UNTRACED)) { in do_fork()
1752 return do_fork(flags|CLONE_VM|CLONE_UNTRACED, (unsigned long)fn, in kernel_thread()