Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/alpha/kernel/
A Dasm-offsets.c40 DEFINE(CLONE_UNTRACED, CLONE_UNTRACED); in foo()
/linux-6.3-rc2/include/uapi/linux/
A Dsched.h26 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this c… macro
/linux-6.3-rc2/tools/include/uapi/linux/
A Dsched.h26 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this c… macro
/linux-6.3-rc2/arch/xtensa/kernel/
A Dasm-offsets.c127 DEFINE(_CLONE_UNTRACED, CLONE_UNTRACED); in main()
/linux-6.3-rc2/kernel/
A Dfork.c2625 CLONE_UNTRACED) & ~CSIGNAL), in create_io_thread()
2672 if (!(clone_flags & CLONE_UNTRACED)) { in kernel_clone()
2737 CLONE_UNTRACED) & ~CSIGNAL), in kernel_thread()
2754 CLONE_UNTRACED) & ~CSIGNAL), in user_mode_thread()

Completed in 10 milliseconds