Home
last modified time | relevance | path

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

/Linux-v4.19/arch/alpha/kernel/
Dasm-offsets.c38 DEFINE(CLONE_UNTRACED, CLONE_UNTRACED); in foo()
/Linux-v4.19/tools/include/uapi/linux/
Dsched.h23 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this c… macro
/Linux-v4.19/include/uapi/linux/
Dsched.h23 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this c… macro
/Linux-v4.19/arch/xtensa/kernel/
Dasm-offsets.c121 DEFINE(_CLONE_UNTRACED, CLONE_UNTRACED); in main()
/Linux-v4.19/kernel/
Dfork.c2154 if (!(clone_flags & CLONE_UNTRACED)) { in _do_fork()
2225 return _do_fork(flags|CLONE_VM|CLONE_UNTRACED, (unsigned long)fn, in kernel_thread()