tag | line | file | source code |
send_sig | 310 | drivers/FPU-emu/fpu_entry.c | send_sig(SIGFPE, current, 1); |
send_sig | 685 | drivers/FPU-emu/fpu_entry.c | send_sig(signal,current,1); |
send_sig | 1451 | drivers/char/tty_io.c | send_sig(SIGKILL, *p, 1); |
send_sig | 1457 | drivers/char/tty_io.c | send_sig(SIGKILL, *p, 1); |
send_sig | 858 | fs/exec.c | send_sig(SIGSEGV, current, 0); |
send_sig | 868 | fs/exec.c | send_sig(SIGSEGV, current, 0); |
send_sig | 897 | fs/exec.c | send_sig(SIGTRAP, current, 0); |
send_sig | 77 | fs/pipe.c | send_sig(SIGPIPE,current,0); |
send_sig | 88 | fs/pipe.c | send_sig(SIGPIPE,current,0); |
send_sig | 557 | ibcs/binfmt_coff.c | send_sig (SIGSEGV, current, 0); /* Generate the error trap */ |
send_sig | 560 | ibcs/binfmt_coff.c | send_sig (SIGTRAP, current, 0); |
send_sig | 470 | ibcs/binfmt_elf.c | send_sig(SIGSEGV, current, 0); |
send_sig | 558 | ibcs/binfmt_elf.c | send_sig(SIGTRAP, current, 0); |
send_sig | 373 | include/linux/sched.h | extern int send_sig(unsigned long sig,struct task_struct * p,int priv); |
send_sig | 362 | init/main.c | send_sig(SIGFPE, last_task_used_math, 1); |
send_sig | 31 | kernel/exec_domain.c | send_sig(SIGSEGV, current, 1); |
send_sig | 79 | kernel/exit.c | send_sig(tsk->exit_signal, tsk->p_pptr, 1); |
send_sig | 235 | kernel/exit.c | if ((err = send_sig(sig,p,priv)) != 0) |
send_sig | 259 | kernel/exit.c | if ((err = send_sig(sig,p,priv)) != 0) |
send_sig | 276 | kernel/exit.c | return send_sig(sig,p,priv); |
send_sig | 296 | kernel/exit.c | if ((err = send_sig(sig,p,0)) != -EPERM) |
send_sig | 156 | kernel/ksyms.c | X(send_sig), |
send_sig | 306 | kernel/ptrace.c | send_sig(SIGSTOP, child, 1); |
send_sig | 143 | kernel/sched.c | send_sig(SIGFPE,current,1); |
send_sig | 189 | kernel/sched.c | send_sig(SIGALRM, p, 1); |
send_sig | 658 | kernel/sched.c | send_sig(SIGVTALRM,current,1); |
send_sig | 680 | kernel/sched.c | send_sig(SIGPROF,current,1); |
send_sig | 191 | kernel/sys.c | send_sig(SIGINT,task[1],1); |
send_sig | 38 | kernel/traps.c | send_sig(signr, tsk, 1); \ |
send_sig | 149 | kernel/traps.c | send_sig(signr, current, 1); |
send_sig | 166 | kernel/traps.c | send_sig(SIGTRAP, current, 1); |
send_sig | 204 | kernel/traps.c | send_sig(SIGFPE, last_task_used_math, 1); |
send_sig | 312 | kernel/vm86.c | send_sig(SIGTRAP, current, 1); |
send_sig | 91 | mm/memory.c | send_sig(SIGKILL,task,1); |
send_sig | 615 | mm/memory.c | send_sig(SIGKILL, vma->vm_task, 1); |
send_sig | 620 | mm/memory.c | send_sig(SIGKILL, vma->vm_task, 1); |
send_sig | 1027 | mm/memory.c | send_sig(SIGSEGV, current, 1); |
send_sig | 1071 | net/inet/af_inet.c | send_sig(SIGPIPE, current, 1); |
send_sig | 1093 | net/inet/af_inet.c | send_sig(SIGPIPE, current, 1); |
send_sig | 918 | net/inet/tcp.c | send_sig(SIGPIPE, current, 0); |
send_sig | 645 | net/unix/sock.c | send_sig(SIGKILL, current, 1); |
send_sig | 684 | net/unix/sock.c | send_sig(SIGPIPE, current, 1); |
send_sig | 702 | net/unix/sock.c | send_sig(SIGPIPE, current, 1); |
send_sig | 721 | net/unix/sock.c | send_sig(SIGKILL, current, 1); |
send_sig | 732 | net/unix/sock.c | send_sig(SIGPIPE, current, 1); |