tag | line | file | source code |
send_sig | 605 | fs/exec.c | send_sig(SIGTRAP, current, 0); |
send_sig | 51 | fs/pipe.c | send_sig(SIGPIPE,current,0); |
send_sig | 62 | fs/pipe.c | send_sig(SIGPIPE,current,0); |
send_sig | 234 | include/linux/sched.h | extern int send_sig(long sig,struct task_struct * p,int priv); |
send_sig | 418 | kernel/chr_drv/tty_io.c | send_sig(SIGPIPE,current,0); |
send_sig | 198 | kernel/exit.c | if (sig && (err = send_sig(sig,*p,priv))) |
send_sig | 214 | kernel/exit.c | return(sig ? send_sig(sig,*p,priv) : 0); |
send_sig | 233 | kernel/exit.c | if ((err = send_sig(sig,*p,0)) != -EPERM) |
send_sig | 336 | kernel/exit.c | send_sig (SIGCHLD, current->p_pptr, 1); |
send_sig | 358 | kernel/exit.c | send_sig(SIGCHLD,p->p_pptr,1); |
send_sig | 460 | kernel/exit.c | send_sig(SIGCHLD,p->p_pptr,1); |
send_sig | 498 | kernel/math/emulate.c | send_sig(signal,current,1); |
send_sig | 545 | kernel/math/emulate.c | send_sig(SIGFPE,current,1); |
send_sig | 63 | kernel/math/sqrt.c | send_sig(SIGFPE,current,0); |
send_sig | 406 | kernel/sched.c | send_sig(SIGVTALRM,current,1); |
send_sig | 421 | kernel/sched.c | send_sig(SIGALRM,*task_p,1); |
send_sig | 428 | kernel/sched.c | send_sig(SIGPROF,current,1); |
send_sig | 178 | kernel/signal.c | send_sig(SIGCHLD, current->p_pptr, 1); |
send_sig | 168 | kernel/sys.c | send_sig(SIGINT,task[1],1); |
send_sig | 82 | kernel/traps.c | send_sig(SIGSEGV, current, 1); |
send_sig | 88 | kernel/traps.c | send_sig(SIGSEGV, current, 1); |
send_sig | 94 | kernel/traps.c | send_sig(SIGSEGV, current, 1); |
send_sig | 100 | kernel/traps.c | send_sig(SIGFPE, current, 1); |
send_sig | 106 | kernel/traps.c | send_sig(SIGTRAP, current, 1); |
send_sig | 117 | kernel/traps.c | send_sig(SIGTRAP, current, 1); |
send_sig | 123 | kernel/traps.c | send_sig(SIGSEGV, current, 1); |
send_sig | 129 | kernel/traps.c | send_sig(SIGSEGV, current, 1); |
send_sig | 135 | kernel/traps.c | send_sig(SIGILL, current, 1); |
send_sig | 141 | kernel/traps.c | send_sig(SIGSEGV, current, 1); |
send_sig | 147 | kernel/traps.c | send_sig(SIGFPE, last_task_used_math, 1); |
send_sig | 153 | kernel/traps.c | send_sig(SIGSEGV, current, 1); |
send_sig | 159 | kernel/traps.c | send_sig(SIGSEGV, current, 1); |
send_sig | 165 | kernel/traps.c | send_sig(SIGSEGV, current, 1); |
send_sig | 171 | kernel/traps.c | send_sig(SIGFPE, last_task_used_math, 1); |
send_sig | 177 | kernel/traps.c | send_sig(SIGSEGV, current, 1); |
send_sig | 60 | mm/memory.c | send_sig(SIGSEGV,task,1); |
send_sig | 456 | mm/memory.c | send_sig(SIGSEGV, task, 1); |
send_sig | 473 | mm/memory.c | send_sig(SIGSEGV,task,1); |
send_sig | 497 | mm/memory.c | send_sig(SIGSEGV, tsk, 1); |
send_sig | 503 | mm/memory.c | send_sig(SIGSEGV, tsk, 1); |
send_sig | 512 | mm/memory.c | send_sig(SIGSEGV, tsk, 1); |
send_sig | 725 | mm/memory.c | send_sig(SIGSEGV,tsk,1); |
send_sig | 423 | net/unix.c | send_sig(SIGKILL,current,1); |
send_sig | 461 | net/unix.c | send_sig(SIGPIPE,current,1); |
send_sig | 479 | net/unix.c | send_sig(SIGPIPE,current,1); |
send_sig | 493 | net/unix.c | send_sig(SIGKILL,current,1); |
send_sig | 502 | net/unix.c | send_sig(SIGPIPE,current,1); |