Home
last modified time | relevance | path

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

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