| tag | line | file | source code |
|---|---|---|---|
| SIG_DFL | 76 | fs/nfs/sock.c | ? ((current->sigaction[SIGINT - 1].sa_handler == SIG_DFL |
| SIG_DFL | 78 | fs/nfs/sock.c | | (current->sigaction[SIGQUIT - 1].sa_handler == SIG_DFL |
| SIG_DFL | 39 | kernel/exit.c | if ((sa->sa_handler == SIG_DFL) && |
| SIG_DFL | 126 | kernel/signal.c | if (p->sa_handler == SIG_DFL) { |
| SIG_DFL | 327 | kernel/signal.c | if (sa->sa_handler == SIG_DFL) { |