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 | 1475 | drivers/char/tty_io.c | send_sig(SIGKILL, *p, 1); |
send_sig | 1481 | drivers/char/tty_io.c | send_sig(SIGKILL, *p, 1); |
send_sig | 539 | fs/binfmt_elf.c | send_sig(SIGSEGV, current, 0); |
send_sig | 644 | fs/binfmt_elf.c | send_sig(SIGTRAP, current, 0); |
send_sig | 859 | fs/exec.c | send_sig(SIGSEGV, current, 0); |
send_sig | 870 | 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 | 471 | ibcs/binfmt_elf.c | send_sig(SIGSEGV, current, 0); |
send_sig | 559 | ibcs/binfmt_elf.c | send_sig(SIGTRAP, current, 0); |
send_sig | 374 | include/linux/sched.h | extern int send_sig(unsigned long sig,struct task_struct * p,int priv); |
send_sig | 389 | 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 | 158 | kernel/ksyms.c | X(send_sig), |
send_sig | 309 | kernel/ptrace.c | send_sig(SIGSTOP, child, 1); |
send_sig | 147 | kernel/sched.c | send_sig(SIGFPE,current,1); |
send_sig | 193 | kernel/sched.c | send_sig(SIGALRM, p, 1); |
send_sig | 664 | kernel/sched.c | send_sig(SIGVTALRM,current,1); |
send_sig | 684 | kernel/sched.c | send_sig(SIGKILL, current, 1); |
send_sig | 690 | kernel/sched.c | send_sig(SIGXCPU, current, 1); |
send_sig | 694 | kernel/sched.c | send_sig(SIGXCPU, current, 1); |
send_sig | 704 | 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 | 613 | mm/memory.c | send_sig(SIGKILL, vma->vm_task, 1); |
send_sig | 618 | mm/memory.c | send_sig(SIGKILL, vma->vm_task, 1); |
send_sig | 1035 | mm/memory.c | send_sig(SIGSEGV, current, 1); |
send_sig | 1080 | net/inet/af_inet.c | send_sig(SIGPIPE, current, 1); |
send_sig | 1102 | net/inet/af_inet.c | send_sig(SIGPIPE, current, 1); |
send_sig | 966 | 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); |