tag | line | file | source code |
_BLOCKABLE | 20 | arch/alpha/kernel/signal.c | #define _BLOCKABLE (~(_S(SIGKILL) | _S(SIGSTOP))) |
_BLOCKABLE | 20 | arch/i386/kernel/signal.c | #define _BLOCKABLE (~(_S(SIGKILL) | _S(SIGSTOP))) |
_BLOCKABLE | 21 | arch/mips/kernel/signal.c | #define _BLOCKABLE (~(_S(SIGKILL) | _S(SIGSTOP))) |
_BLOCKABLE | 19 | arch/ppc/kernel/signal.c | #define _BLOCKABLE (~(_S(SIGKILL) | _S(SIGSTOP))) |
_BLOCKABLE | 22 | arch/sparc/kernel/signal.c | #define _BLOCKABLE (~(_S(SIGKILL) | _S(SIGSTOP))) |
_BLOCKABLE | 315 | arch/sparc/kernel/sys_sunos.c | #define _BLOCKABLE (~(_S(SIGKILL) | _S(SIGSTOP))) |
_BLOCKABLE | 20 | kernel/signal.c | #define _BLOCKABLE (~(_S(SIGKILL) | _S(SIGSTOP))) |