| tag | line | file | source code |
|---|---|---|---|
| SIG_IGN | 927 | drivers/char/tty_io.c | (current->sigaction[sig-1].sa_handler == SIG_IGN)); |
| SIG_IGN | 522 | fs/exec.c | if (current->sigaction[i].sa_handler != SIG_IGN) |
| SIG_IGN | 36 | kernel/exit.c | if (sa->sa_handler == SIG_IGN && sig != SIGCHLD) |
| SIG_IGN | 120 | kernel/signal.c | if (p->sa_handler == SIG_IGN) { |
| SIG_IGN | 319 | kernel/signal.c | if (sa->sa_handler == SIG_IGN) { |