taglinefilesource code
SIGSTOP73fs/nfs/sock.c| _S(SIGSTOP)
SIGSTOP64kernel/exit.cp->signal &= ~( (1<<(SIGSTOP-1)) | (1<<(SIGTSTP-1)) |
SIGSTOP68kernel/exit.cif ((sig >= SIGSTOP) && (sig <= SIGTTOU)) 
SIGSTOP272kernel/ptrace.csend_sig(SIGSTOP, child, 1);
SIGSTOP19kernel/signal.c#define _BLOCKABLE (~(_S(SIGKILL) | _S(SIGSTOP)))
SIGSTOP140kernel/signal.cif (signum==SIGKILL || signum==SIGSTOP)
SIGSTOP161kernel/signal.cif (signum==SIGKILL || signum==SIGSTOP)
SIGSTOP315kernel/signal.cif (signr == SIGSTOP)
SIGSTOP338kernel/signal.ccase SIGSTOP: case SIGTSTP: case SIGTTIN: case SIGTTOU: