taglinefilesource code
SIGKILL1488drivers/char/tty_io.csend_sig(SIGKILL, *p, 1);
SIGKILL1494drivers/char/tty_io.csend_sig(SIGKILL, *p, 1);
SIGKILL1823fs/buffer.cif (current->signal & (1 << (SIGKILL-1))) {
SIGKILL871fs/exec.csend_sig(SIGKILL, current, 0);
SIGKILL881fs/exec.csend_sig(SIGKILL, current, 0);
SIGKILL92fs/nfs/sock.ccurrent->blocked |= ~(_S(SIGKILL)
SIGKILL59kernel/exit.cif ((sig == SIGKILL) || (sig == SIGCONT)) {
SIGKILL457kernel/ptrace.cchild->exit_code = SIGKILL;
SIGKILL690kernel/sched.csend_sig(SIGKILL, current, 1);
SIGKILL19kernel/signal.c#define _BLOCKABLE (~(_S(SIGKILL) | _S(SIGSTOP)))
SIGKILL138kernel/signal.cif (signum==SIGKILL || signum==SIGSTOP)
SIGKILL159kernel/signal.cif (signum==SIGKILL || signum==SIGSTOP)
SIGKILL308kernel/signal.cif ((current->flags & PF_PTRACED) && signr != SIGKILL) {
SIGKILL89mm/memory.ctask->sigaction[SIGKILL-1].sa_handler = NULL;
SIGKILL90mm/memory.ctask->blocked &= ~(1<<(SIGKILL-1));
SIGKILL91mm/memory.csend_sig(SIGKILL,task,1);
SIGKILL613mm/memory.csend_sig(SIGKILL, vma->vm_task, 1);
SIGKILL618mm/memory.csend_sig(SIGKILL, vma->vm_task, 1);
SIGKILL1066mm/memory.cdo_exit(SIGKILL);
SIGKILL645net/unix/sock.csend_sig(SIGKILL, current, 1);
SIGKILL721net/unix/sock.csend_sig(SIGKILL, current, 1);