taglinefilesource code
SIGKILL1469drivers/char/tty_io.csend_sig(SIGKILL, *p, 1);
SIGKILL1475drivers/char/tty_io.csend_sig(SIGKILL, *p, 1);
SIGKILL71fs/nfs/sock.ccurrent->blocked |= ~(_S(SIGKILL)
SIGKILL55kernel/exit.cif ((sig == SIGKILL) || (sig == SIGCONT)) {
SIGKILL414kernel/ptrace.cchild->exit_code = SIGKILL;
SIGKILL19kernel/signal.c#define _BLOCKABLE (~(_S(SIGKILL) | _S(SIGSTOP)))
SIGKILL163kernel/signal.cif (signum<1 || signum>32 || signum==SIGKILL || signum==SIGSTOP)
SIGKILL182kernel/signal.cif (signum<1 || signum>32 || signum==SIGKILL || signum==SIGSTOP)
SIGKILL316kernel/signal.cif ((current->flags & PF_PTRACED) && signr != SIGKILL) {
SIGKILL77mm/memory.ctask->sigaction[SIGKILL-1].sa_handler = NULL;
SIGKILL78mm/memory.ctask->blocked &= ~(1<<(SIGKILL-1));
SIGKILL79mm/memory.csend_sig(SIGKILL,task,1);
SIGKILL600mm/memory.csend_sig(SIGKILL, tsk, 1);
SIGKILL605mm/memory.csend_sig(SIGKILL, tsk, 1);
SIGKILL929mm/memory.cdo_exit(SIGKILL);
SIGKILL606net/unix/sock.csend_sig(SIGKILL, current, 1);
SIGKILL674net/unix/sock.csend_sig(SIGKILL, current, 1);