Searched refs:CSIGNAL (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/sparc/kernel/
H A Dprocess.c73 .flags = (flags & ~CSIGNAL),
74 .exit_signal = (flags & CSIGNAL),
/linux-master/include/uapi/linux/
H A Dsched.h10 #define CSIGNAL 0x000000ff /* signal mask to be sent at exit */ macro
41 * cloning flags intersect with CSIGNAL so can be used with unshare and clone3
50 * All flags are valid except for CSIGNAL and
/linux-master/tools/include/uapi/linux/
H A Dsched.h10 #define CSIGNAL 0x000000ff /* signal mask to be sent at exit */ macro
41 * cloning flags intersect with CSIGNAL so can be used with unshare and clone3
50 * All flags are valid except for CSIGNAL and
/linux-master/arch/nios2/kernel/
H A Dprocess.c258 .flags = (lower_32_bits(clone_flags) & ~CSIGNAL),
262 .exit_signal = (lower_32_bits(clone_flags) & CSIGNAL),
/linux-master/arch/m68k/kernel/
H A Dprocess.c120 .flags = regs->d1 & ~CSIGNAL,
124 .exit_signal = regs->d1 & CSIGNAL,
/linux-master/arch/x86/kernel/
H A Dsys_ia32.c245 .flags = (clone_flags & ~CSIGNAL),
249 .exit_signal = (clone_flags & CSIGNAL),
/linux-master/kernel/
H A Dfork.c2737 CLONE_UNTRACED) & ~CSIGNAL),
2738 .exit_signal = (lower_32_bits(flags) & CSIGNAL),
2851 CLONE_UNTRACED) & ~CSIGNAL),
2852 .exit_signal = (lower_32_bits(flags) & CSIGNAL),
2869 CLONE_UNTRACED) & ~CSIGNAL),
2870 .exit_signal = (lower_32_bits(flags) & CSIGNAL),
2931 .flags = (lower_32_bits(clone_flags) & ~CSIGNAL),
2935 .exit_signal = (lower_32_bits(clone_flags) & CSIGNAL),
2984 if (unlikely((args.exit_signal & ~((u64)CSIGNAL)) ||
3052 * - make the CSIGNAL bit
[all...]

Completed in 168 milliseconds