taglinefilesource code
SIGKILL1436drivers/char/tty_io.csend_sig(SIGKILL, *p, 1);
SIGKILL1442drivers/char/tty_io.csend_sig(SIGKILL, *p, 1);
SIGKILL1909fs/buffer.cif (current->signal & (1 << (SIGKILL-1))) {
SIGKILL71fs/nfs/sock.ccurrent->blocked |= ~(_S(SIGKILL)
SIGKILL60kernel/exit.cif ((sig == SIGKILL) || (sig == SIGCONT)) {
SIGKILL420kernel/ptrace.cchild->exit_code = SIGKILL;
SIGKILL19kernel/signal.c#define _BLOCKABLE (~(_S(SIGKILL) | _S(SIGSTOP)))
SIGKILL140kernel/signal.cif (signum==SIGKILL || signum==SIGSTOP)
SIGKILL161kernel/signal.cif (signum==SIGKILL || signum==SIGSTOP)
SIGKILL307kernel/signal.cif ((current->flags & PF_PTRACED) && signr != SIGKILL) {
SIGKILL79mm/memory.ctask->sigaction[SIGKILL-1].sa_handler = NULL;
SIGKILL80mm/memory.ctask->blocked &= ~(1<<(SIGKILL-1));
SIGKILL81mm/memory.csend_sig(SIGKILL,task,1);
SIGKILL602mm/memory.csend_sig(SIGKILL, tsk, 1);
SIGKILL607mm/memory.csend_sig(SIGKILL, tsk, 1);
SIGKILL937mm/memory.cdo_exit(SIGKILL);
SIGKILL559net/unix/sock.csend_sig(SIGKILL, current, 1);
SIGKILL629net/unix/sock.csend_sig(SIGKILL, current, 1);