tag | line | file | source code |
SIGSTOP | 526 | arch/alpha/kernel/ptrace.c | send_sig(SIGSTOP, child, 1); |
SIGSTOP | 20 | arch/alpha/kernel/signal.c | #define _BLOCKABLE (~(_S(SIGKILL) | _S(SIGSTOP))) |
SIGSTOP | 242 | arch/alpha/kernel/signal.c | if (signr == SIGSTOP) |
SIGSTOP | 265 | arch/alpha/kernel/signal.c | case SIGSTOP: case SIGTSTP: case SIGTTIN: case SIGTTOU: |
SIGSTOP | 336 | arch/i386/kernel/ptrace.c | send_sig(SIGSTOP, child, 1); |
SIGSTOP | 20 | arch/i386/kernel/signal.c | #define _BLOCKABLE (~(_S(SIGKILL) | _S(SIGSTOP))) |
SIGSTOP | 175 | arch/i386/kernel/signal.c | if (signr == SIGSTOP) |
SIGSTOP | 198 | arch/i386/kernel/signal.c | case SIGSTOP: case SIGTSTP: case SIGTTIN: case SIGTTOU: |
SIGSTOP | 318 | arch/mips/kernel/ptrace.c | send_sig(SIGSTOP, child, 1); |
SIGSTOP | 21 | arch/mips/kernel/signal.c | #define _BLOCKABLE (~(_S(SIGKILL) | _S(SIGSTOP))) |
SIGSTOP | 262 | arch/mips/kernel/signal.c | if (signr == SIGSTOP) |
SIGSTOP | 285 | arch/mips/kernel/signal.c | case SIGSTOP: case SIGTSTP: case SIGTTIN: case SIGTTOU: |
SIGSTOP | 19 | arch/ppc/kernel/signal.c | #define _BLOCKABLE (~(_S(SIGKILL) | _S(SIGSTOP))) |
SIGSTOP | 126 | arch/ppc/kernel/signal.c | if (signr == SIGSTOP) |
SIGSTOP | 149 | arch/ppc/kernel/signal.c | case SIGSTOP: case SIGTSTP: case SIGTTIN: case SIGTTOU: |
SIGSTOP | 22 | arch/sparc/kernel/signal.c | #define _BLOCKABLE (~(_S(SIGKILL) | _S(SIGSTOP))) |
SIGSTOP | 245 | arch/sparc/kernel/signal.c | case SIGSTOP: case SIGTSTP: case SIGTTIN: case SIGTTOU: |
SIGSTOP | 300 | arch/sparc/kernel/sys_sunos.c | #define _BLOCKABLE (~(_S(SIGKILL) | _S(SIGSTOP))) |
SIGSTOP | 37 | drivers/char/ftape/kernel-interface.h | #define _NEVER_BLOCK (_S(SIGKILL)|_S(SIGSTOP)) |
SIGSTOP | 362 | fs/ncpfs/sock.c | | _S(SIGSTOP) |
SIGSTOP | 520 | fs/smbfs/sock.c | current->blocked |= ~(_S(SIGKILL) | _S(SIGSTOP)); |
SIGSTOP | 586 | fs/smbfs/sock.c | current->blocked |= ~(_S(SIGKILL) | _S(SIGSTOP)); |
SIGSTOP | 652 | fs/smbfs/sock.c | current->blocked |= ~(_S(SIGKILL) | _S(SIGSTOP)); |
SIGSTOP | 725 | fs/smbfs/sock.c | current->blocked |= ~(_S(SIGKILL) | _S(SIGSTOP)); |
SIGSTOP | 67 | kernel/exit.c | p->signal &= ~( (1<<(SIGSTOP-1)) | (1<<(SIGTSTP-1)) | |
SIGSTOP | 70 | kernel/exit.c | if (sig == SIGSTOP || sig == SIGTSTP || sig == SIGTTIN || sig == SIGTTOU) |
SIGSTOP | 20 | kernel/signal.c | #define _BLOCKABLE (~(_S(SIGKILL) | _S(SIGSTOP))) |
SIGSTOP | 135 | kernel/signal.c | if (signum==SIGKILL || signum==SIGSTOP) |
SIGSTOP | 159 | kernel/signal.c | if (signum==SIGKILL || signum==SIGSTOP) |