taglinefilesource code
SIGKILL1308kernel/chr_drv/tty_io.csend_sig(SIGKILL, *p, 1);
SIGKILL1314kernel/chr_drv/tty_io.csend_sig(SIGKILL, *p, 1);
SIGKILL32kernel/exit.cif ((sig == SIGKILL) || (sig == SIGCONT)) {
SIGKILL343kernel/ptrace.cchild->signal = 1 << (SIGKILL-1);
SIGKILL18kernel/signal.c#define _BLOCKABLE (~(_S(SIGKILL) | _S(SIGSTOP)))
SIGKILL126kernel/signal.cif (signum<1 || signum>32 || signum==SIGKILL || signum==SIGSTOP)
SIGKILL143kernel/signal.cif (signum<1 || signum>32 || signum==SIGKILL || signum==SIGSTOP)
SIGKILL70mm/memory.ctask->sigaction[SIGKILL-1].sa_handler = NULL;
SIGKILL71mm/memory.ctask->blocked &= ~(1<<(SIGKILL-1));
SIGKILL72mm/memory.csend_sig(SIGKILL,task,1);
SIGKILL515mm/memory.csend_sig(SIGKILL, tsk, 1);
SIGKILL531mm/memory.csend_sig(SIGKILL, tsk, 1);
SIGKILL837mm/memory.cdo_exit(SIGKILL);
SIGKILL578net/unix.csend_sig(SIGKILL,current,1);
SIGKILL648net/unix.csend_sig(SIGKILL,current,1);