Searched refs:_BLOCKABLE (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/alpha/kernel/
H A Dsignal.c34 #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP))) macro
48 siginitset(&mask, newmask & _BLOCKABLE); SYSCALL_DEFINE2()
/linux-4.1.27/arch/nios2/kernel/
H A Dsignal.c23 #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP))) macro
/linux-4.1.27/arch/arm64/kernel/
H A Dsignal32.c104 #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP))) macro
332 sigdelsetmask(&set, ~_BLOCKABLE); compat_restore_sigframe()

Completed in 138 milliseconds