tag | line | file | source code |
send_sig | 290 | drivers/FPU-emu/fpu_entry.c | send_sig(SIGFPE, current, 1); |
send_sig | 650 | drivers/FPU-emu/fpu_entry.c | send_sig(signal,current,1); |
send_sig | 1650 | drivers/char/tty_io.c | send_sig(SIGKILL, *p, 1); |
send_sig | 1656 | drivers/char/tty_io.c | send_sig(SIGKILL, *p, 1); |
send_sig | 557 | fs/binfmt_coff.c | send_sig (SIGSEGV, current, 0); /* Generate the error trap */ |
send_sig | 560 | fs/binfmt_coff.c | send_sig (SIGTRAP, current, 0); |
send_sig | 462 | fs/binfmt_elf.c | send_sig(SIGSEGV, current, 0); |
send_sig | 541 | fs/binfmt_elf.c | send_sig(SIGTRAP, current, 0); |
send_sig | 841 | fs/exec.c | send_sig(SIGSEGV, current, 0); |
send_sig | 850 | fs/exec.c | send_sig(SIGSEGV, current, 0); |
send_sig | 866 | 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 | 329 | include/linux/sched.h | extern int send_sig(unsigned long sig,struct task_struct * p,int priv); |
send_sig | 353 | init/main.c | send_sig(SIGFPE, last_task_used_math, 1); |
send_sig | 74 | kernel/exit.c | send_sig(tsk->exit_signal, tsk->p_pptr, 1); |
send_sig | 230 | kernel/exit.c | if ((err = send_sig(sig,p,priv)) != 0) |
send_sig | 254 | kernel/exit.c | if ((err = send_sig(sig,p,priv)) != 0) |
send_sig | 271 | kernel/exit.c | return send_sig(sig,p,priv); |
send_sig | 291 | kernel/exit.c | if ((err = send_sig(sig,p,0)) != -EPERM) |
send_sig | 272 | kernel/ptrace.c | send_sig(SIGSTOP, child, 1); |
send_sig | 140 | kernel/sched.c | send_sig(SIGFPE,current,1); |
send_sig | 187 | kernel/sched.c | send_sig(SIGALRM, p, 1); |
send_sig | 623 | kernel/sched.c | send_sig(SIGVTALRM,current,1); |
send_sig | 645 | kernel/sched.c | send_sig(SIGPROF,current,1); |
send_sig | 188 | kernel/sys.c | send_sig(SIGINT,task[1],1); |
send_sig | 38 | kernel/traps.c | send_sig(signr, tsk, 1); \ |
send_sig | 139 | kernel/traps.c | send_sig(SIGSEGV, current, 1); |
send_sig | 153 | kernel/traps.c | send_sig(SIGTRAP, current, 1); |
send_sig | 193 | kernel/traps.c | send_sig(SIGFPE, last_task_used_math, 1); |
send_sig | 81 | mm/memory.c | send_sig(SIGKILL,task,1); |
send_sig | 602 | mm/memory.c | send_sig(SIGKILL, tsk, 1); |
send_sig | 607 | mm/memory.c | send_sig(SIGKILL, tsk, 1); |
send_sig | 640 | mm/memory.c | send_sig(SIGSEGV, tsk, 1); |
send_sig | 875 | mm/memory.c | send_sig(SIGSEGV,tsk,1); |
send_sig | 1289 | net/inet/sock.c | send_sig(SIGPIPE, current, 1); |
send_sig | 1313 | net/inet/sock.c | send_sig(SIGPIPE, current, 1); |
send_sig | 1337 | net/inet/sock.c | send_sig(SIGPIPE, current, 1); |
send_sig | 855 | net/inet/tcp.c | send_sig(SIGPIPE, current, 0); |
send_sig | 634 | net/unix/sock.c | send_sig(SIGKILL, current, 1); |
send_sig | 676 | net/unix/sock.c | send_sig(SIGPIPE, current, 1); |
send_sig | 693 | net/unix/sock.c | send_sig(SIGPIPE, current, 1); |
send_sig | 710 | net/unix/sock.c | send_sig(SIGKILL, current, 1); |
send_sig | 719 | net/unix/sock.c | send_sig(SIGPIPE, current, 1); |