Searched refs:SA_NODEFER (Results 1 - 25 of 36) sorted by relevance

12

/arch/ia64/include/asm/
H A Dsignal.h63 * SA_NODEFER prevents the current signal from being masked in the handler.
73 #define SA_NODEFER 0x40000000 macro
76 #define SA_NOMASK SA_NODEFER
/arch/mips/include/asm/
H A Dsignal.h71 * SA_NODEFER prevents the current signal from being masked in the handler.
80 #define SA_NODEFER 0x40000000 macro
84 #define SA_NOMASK SA_NODEFER
/arch/parisc/include/asm/
H A Dsignal.h55 * SA_NODEFER prevents the current signal from being masked in the handler.
64 #define SA_NODEFER 0x00000020 macro
69 #define SA_NOMASK SA_NODEFER
/arch/powerpc/include/asm/
H A Dsignal.h70 * SA_NODEFER prevents the current signal from being masked in the handler.
80 #define SA_NODEFER 0x40000000U macro
83 #define SA_NOMASK SA_NODEFER
/arch/x86/um/
H A Dbugs_32.c30 new.sa_flags = SA_NODEFER;
/arch/alpha/include/asm/
H A Dsignal.h84 * SA_NODEFER prevents the current signal from being masked in the handler.
93 #define SA_NODEFER 0x00000008 macro
99 #define SA_NOMASK SA_NODEFER
/arch/arm/include/asm/
H A Dsignal.h85 * SA_NODEFER prevents the current signal from being masked in the handler.
98 #define SA_NODEFER 0x40000000 macro
101 #define SA_NOMASK SA_NODEFER
/arch/avr32/include/asm/
H A Dsignal.h88 * SA_NODEFER prevents the current signal from being masked in the handler.
100 #define SA_NODEFER 0x40000000 macro
103 #define SA_NOMASK SA_NODEFER
/arch/cris/include/asm/
H A Dsignal.h81 * SA_NODEFER prevents the current signal from being masked in the handler.
92 #define SA_NODEFER 0x40000000u macro
95 #define SA_NOMASK SA_NODEFER
/arch/h8300/include/asm/
H A Dsignal.h81 * SA_NODEFER prevents the current signal from being masked in the handler.
91 #define SA_NODEFER 0x40000000 macro
94 #define SA_NOMASK SA_NODEFER
/arch/m32r/include/asm/
H A Dsignal.h83 * SA_NODEFER prevents the current signal from being masked in the handler.
93 #define SA_NODEFER 0x40000000u macro
96 #define SA_NOMASK SA_NODEFER
/arch/mn10300/include/asm/
H A Dsignal.h91 * SA_NODEFER prevents the current signal from being masked in the handler.
101 #define SA_NODEFER 0x40000000U macro
104 #define SA_NOMASK SA_NODEFER
/arch/s390/include/asm/
H A Dsignal.h91 * SA_NODEFER prevents the current signal from being masked in the handler.
101 #define SA_NODEFER 0x40000000 macro
104 #define SA_NOMASK SA_NODEFER
/arch/xtensa/include/asm/
H A Dsignal.h82 * SA_NODEFER prevents the current signal from being masked in the handler.
92 #define SA_NODEFER 0x40000000 macro
95 #define SA_NOMASK SA_NODEFER
/arch/m68k/include/asm/
H A Dsignal.h81 * SA_NODEFER prevents the current signal from being masked in the handler.
91 #define SA_NODEFER 0x40000000 macro
94 #define SA_NOMASK SA_NODEFER
/arch/sparc/include/asm/
H A Dsignal.h146 #define SA_NODEFER 0x20u macro
150 #define SA_NOMASK SA_NODEFER
/arch/x86/include/asm/
H A Dsignal.h93 * SA_NODEFER prevents the current signal from being masked in the handler.
103 #define SA_NODEFER 0x40000000u macro
106 #define SA_NOMASK SA_NODEFER
/arch/x86/um/os-Linux/
H A Dtask_size.c91 sa.sa_flags = SA_NODEFER;
/arch/um/os-Linux/
H A Dmain.c72 action.sa_flags = SA_RESETHAND | SA_NODEFER;
H A Dsignal.c193 flags |= SA_NODEFER;
/arch/avr32/kernel/
H A Dsignal.c244 if (ret != 0 || !(ka->sa.sa_flags & SA_NODEFER)) {
/arch/blackfin/kernel/
H A Dsignal.c273 if (!(ka->sa.sa_flags & SA_NODEFER))
/arch/cris/arch-v10/kernel/
H A Dsignal.c476 if (!(ka->sa.sa_flags & SA_NODEFER))
/arch/m32r/kernel/
H A Dsignal.c305 if (!(ka->sa.sa_flags & SA_NODEFER))
/arch/microblaze/kernel/
H A Dsignal.c328 if (!(ka->sa.sa_flags & SA_NODEFER)) {

Completed in 293 milliseconds

12