taglinefilesource code
send_sig310drivers/FPU-emu/fpu_entry.csend_sig(SIGFPE, current, 1);
send_sig685drivers/FPU-emu/fpu_entry.csend_sig(signal,current,1);
send_sig1488drivers/char/tty_io.csend_sig(SIGKILL, *p, 1);
send_sig1494drivers/char/tty_io.csend_sig(SIGKILL, *p, 1);
send_sig539fs/binfmt_elf.csend_sig(SIGSEGV, current, 0);
send_sig644fs/binfmt_elf.csend_sig(SIGTRAP, current, 0);
send_sig859fs/exec.csend_sig(SIGKILL, current, 0);
send_sig869fs/exec.csend_sig(SIGKILL, current, 0);
send_sig896fs/exec.csend_sig(SIGTRAP, current, 0);
send_sig77fs/pipe.csend_sig(SIGPIPE,current,0);
send_sig88fs/pipe.csend_sig(SIGPIPE,current,0);
send_sig557ibcs/binfmt_coff.csend_sig (SIGSEGV, current, 0);  /* Generate the error trap  */
send_sig560ibcs/binfmt_coff.csend_sig (SIGTRAP, current, 0);
send_sig471ibcs/binfmt_elf.csend_sig(SIGSEGV, current, 0);
send_sig559ibcs/binfmt_elf.csend_sig(SIGTRAP, current, 0);
send_sig373include/linux/sched.hextern int send_sig(unsigned long sig,struct task_struct * p,int priv);
send_sig404init/main.csend_sig(SIGFPE, last_task_used_math, 1);
send_sig31kernel/exec_domain.csend_sig(SIGSEGV, current, 1);
send_sig78kernel/exit.csend_sig(tsk->exit_signal, tsk->p_pptr, 1);
send_sig234kernel/exit.cif ((err = send_sig(sig,p,priv)) != 0)
send_sig258kernel/exit.cif ((err = send_sig(sig,p,priv)) != 0)
send_sig275kernel/exit.creturn send_sig(sig,p,priv);
send_sig295kernel/exit.cif ((err = send_sig(sig,p,0)) != -EPERM)
send_sig178kernel/ksyms.cX(send_sig),
send_sig309kernel/ptrace.csend_sig(SIGSTOP, child, 1);
send_sig148kernel/sched.csend_sig(SIGFPE,current,1);
send_sig194kernel/sched.csend_sig(SIGALRM, p, 1);
send_sig670kernel/sched.csend_sig(SIGVTALRM,current,1);
send_sig690kernel/sched.csend_sig(SIGKILL, current, 1);
send_sig696kernel/sched.csend_sig(SIGXCPU, current, 1);
send_sig700kernel/sched.csend_sig(SIGXCPU, current, 1);
send_sig710kernel/sched.csend_sig(SIGPROF,current,1);
send_sig191kernel/sys.csend_sig(SIGINT,task[1],1);
send_sig38kernel/traps.csend_sig(signr, tsk, 1); \
send_sig149kernel/traps.csend_sig(signr, current, 1);  
send_sig166kernel/traps.csend_sig(SIGTRAP, current, 1);
send_sig204kernel/traps.csend_sig(SIGFPE, last_task_used_math, 1);
send_sig312kernel/vm86.csend_sig(SIGTRAP, current, 1);
send_sig91mm/memory.csend_sig(SIGKILL,task,1);
send_sig613mm/memory.csend_sig(SIGKILL, vma->vm_task, 1);
send_sig618mm/memory.csend_sig(SIGKILL, vma->vm_task, 1);
send_sig1035mm/memory.csend_sig(SIGSEGV, current, 1);
send_sig1102net/inet/af_inet.csend_sig(SIGPIPE, current, 1);
send_sig1124net/inet/af_inet.csend_sig(SIGPIPE, current, 1);
send_sig975net/inet/tcp.csend_sig(SIGPIPE, current, 0);
send_sig645net/unix/sock.csend_sig(SIGKILL, current, 1);
send_sig684net/unix/sock.csend_sig(SIGPIPE, current, 1);
send_sig702net/unix/sock.csend_sig(SIGPIPE, current, 1);
send_sig721net/unix/sock.csend_sig(SIGKILL, current, 1);
send_sig732net/unix/sock.csend_sig(SIGPIPE, current, 1);