Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dsignal32.c49 #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP))) macro
194 sigdelsetmask(&set, ~_BLOCKABLE); in compat_restore_sigframe()
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dsignal.c36 #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP))) macro
50 siginitset(&mask, newmask & _BLOCKABLE); in SYSCALL_DEFINE2()
/OK3568_Linux_fs/kernel/arch/nios2/kernel/
H A Dsignal.c23 #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP))) macro