tag | line | file | source code |
---|---|---|---|
SIG_DFL | 92 | fs/nfs/sock.c | ? ((current->sigaction[SIGINT - 1].sa_handler == SIG_DFL |
SIG_DFL | 94 | 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 | 124 | kernel/signal.c | if (p->sa_handler == SIG_DFL) { |
SIG_DFL | 332 | kernel/signal.c | if (sa->sa_handler == SIG_DFL) { |