Searched refs:SIG_IGN (Results 1 – 22 of 22) sorted by relevance
| /Linux-v5.4/arch/um/os-Linux/ |
| D | util.c | 103 signal(SIGWINCH, SIG_IGN); in os_fix_helper_signals() 121 signal(SIGTERM, SIG_IGN); in os_dump_core()
|
| D | process.c | 284 signal(SIGHUP, SIG_IGN); in init_new_thread_signals() 286 signal(SIGWINCH, SIG_IGN); in init_new_thread_signals()
|
| D | irq.c | 140 signal(SIGIO, SIG_IGN); in os_set_ioignore()
|
| /Linux-v5.4/include/uapi/asm-generic/ |
| D | signal-defs.h | 25 #define SIG_IGN ((__force __sighandler_t)1) /* ignore signal */ macro
|
| /Linux-v5.4/arch/parisc/include/uapi/asm/ |
| D | signal.h | 78 #define SIG_IGN ((__sighandler_t)1) /* ignore signal */ macro
|
| /Linux-v5.4/tools/power/cpupower/utils/idle_monitor/ |
| D | cpupower-monitor.c | 303 signal(SIGINT, SIG_IGN); in fork_it() 304 signal(SIGQUIT, SIG_IGN); in fork_it()
|
| /Linux-v5.4/kernel/ |
| D | signal.c | 75 return handler == SIG_IGN || in sig_handler_ignored() 523 t->sighand->action[i].sa.sa_handler = SIG_IGN; in ignore_signals() 538 if (force_default || ka->sa.sa_handler != SIG_IGN) in flush_signal_handlers() 555 if (handler != SIG_IGN && handler != SIG_DFL) in unhandled_signal() 1313 ignored = action->sa.sa_handler == SIG_IGN; in force_sig_info_to_task() 1970 (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN || in do_notify_parent() 1988 if (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) in do_notify_parent() 2060 if (sighand->action[SIGCHLD-1].sa.sa_handler != SIG_IGN && in do_notify_parent_cldstop() 2640 if (ka->sa.sa_handler == SIG_IGN) /* Do nothing. */ in get_signal() 3930 if (action == SIG_IGN) { in kernel_sigaction()
|
| D | pid_namespace.c | 198 me->sighand->action[SIGCHLD - 1].sa.sa_handler = SIG_IGN; in zap_pid_ns_processes()
|
| D | umh.c | 162 kernel_sigaction(SIGCHLD, SIG_IGN); in call_usermodehelper_exec_sync()
|
| D | ptrace.c | 498 ret = (sigh->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) || in ignoring_children()
|
| /Linux-v5.4/include/linux/ |
| D | signal.h | 310 kernel_sigaction(sig, SIG_IGN); in disallow_signal()
|
| /Linux-v5.4/tools/testing/selftests/x86/ |
| D | ptrace_syscall.c | 112 sa.sa_sigaction = (void *)SIG_IGN; in setsigign()
|
| /Linux-v5.4/drivers/tty/ |
| D | tty_jobctrl.c | 18 current->sighand->action[sig-1].sa.sa_handler == SIG_IGN); in is_ignored()
|
| /Linux-v5.4/tools/testing/vsock/ |
| D | vsock_diag_test.c | 534 signal(SIGPIPE, SIG_IGN); in init_signals()
|
| /Linux-v5.4/scripts/ |
| D | checkkconfigsymbols.py | 265 signal.signal(signal.SIGINT, signal.SIG_IGN)
|
| /Linux-v5.4/arch/um/os-Linux/skas/ |
| D | process.c | 201 signal(SIGWINCH, SIG_IGN); in userspace_tramp()
|
| /Linux-v5.4/tools/usb/usbip/src/ |
| D | usbipd.c | 460 act.sa_handler = SIG_IGN; in set_signal()
|
| /Linux-v5.4/fs/proc/ |
| D | array.c | 259 if (k->sa.sa_handler == SIG_IGN) in collect_sigign_sigcatch()
|
| /Linux-v5.4/samples/mic/mpssd/ |
| D | mpssd.c | 1616 .sa_handler = SIG_IGN in init_mic()
|
| /Linux-v5.4/tools/perf/ |
| D | builtin-record.c | 1366 signal(SIGUSR2, SIG_IGN); in __cmd_record()
|
| /Linux-v5.4/tools/power/x86/turbostat/ |
| D | turbostat.c | 5260 signal(SIGINT, SIG_IGN); in fork_it() 5261 signal(SIGQUIT, SIG_IGN); in fork_it()
|
| /Linux-v5.4/tools/testing/selftests/seccomp/ |
| D | seccomp_bpf.c | 951 signal(SIGSYS, SIG_IGN); in TEST_F_SIGNAL()
|