Searched refs:SIG_IGN (Results 1 – 22 of 22) sorted by relevance
/linux-6.6.21/arch/um/os-Linux/ |
D | util.c | 110 signal(SIGWINCH, SIG_IGN); in os_fix_helper_signals() 128 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 | 138 signal(SIGIO, SIG_IGN); in os_set_ioignore()
|
/linux-6.6.21/include/uapi/asm-generic/ |
D | signal-defs.h | 89 #define SIG_IGN ((__force __sighandler_t)1) /* ignore signal */ macro
|
/linux-6.6.21/tools/power/cpupower/utils/idle_monitor/ |
D | cpupower-monitor.c | 305 signal(SIGINT, SIG_IGN); in fork_it() 306 signal(SIGQUIT, SIG_IGN); in fork_it()
|
/linux-6.6.21/kernel/ |
D | signal.c | 77 return handler == SIG_IGN || in sig_handler_ignored() 531 t->sighand->action[i].sa.sa_handler = SIG_IGN; in ignore_signals() 546 if (force_default || ka->sa.sa_handler != SIG_IGN) in flush_signal_handlers() 563 if (handler != SIG_IGN && handler != SIG_DFL) in unhandled_signal() 1346 ignored = action->sa.sa_handler == SIG_IGN; in force_sig_info_to_task() 2123 (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN || in do_notify_parent() 2141 if (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) in do_notify_parent() 2217 if (sighand->action[SIGCHLD-1].sa.sa_handler != SIG_IGN && in do_notify_parent_cldstop() 2790 if (ka->sa.sa_handler == SIG_IGN) /* Do nothing. */ in get_signal() 4104 if (action == SIG_IGN) { in kernel_sigaction()
|
D | umh.c | 140 kernel_sigaction(SIGCHLD, SIG_IGN); in call_usermodehelper_exec_sync()
|
D | pid_namespace.c | 186 me->sighand->action[SIGCHLD - 1].sa.sa_handler = SIG_IGN; in zap_pid_ns_processes()
|
D | ptrace.c | 537 ret = (sigh->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) || in ignoring_children()
|
/linux-6.6.21/tools/testing/vsock/ |
D | util.c | 31 signal(SIGPIPE, SIG_IGN); in init_signals()
|
/linux-6.6.21/include/linux/ |
D | signal.h | 322 kernel_sigaction(sig, SIG_IGN); in disallow_signal()
|
/linux-6.6.21/tools/testing/selftests/x86/ |
D | ptrace_syscall.c | 112 sa.sa_sigaction = (void *)SIG_IGN; in setsigign()
|
/linux-6.6.21/scripts/ |
D | checkkconfigsymbols.py | 267 signal.signal(signal.SIGINT, signal.SIG_IGN)
|
/linux-6.6.21/drivers/tty/ |
D | tty_jobctrl.c | 19 current->sighand->action[sig-1].sa.sa_handler == SIG_IGN); in is_ignored()
|
/linux-6.6.21/tools/usb/usbip/src/ |
D | usbipd.c | 460 act.sa_handler = SIG_IGN; in set_signal()
|
/linux-6.6.21/arch/um/os-Linux/skas/ |
D | process.c | 251 signal(SIGWINCH, SIG_IGN); in userspace_tramp()
|
/linux-6.6.21/fs/proc/ |
D | array.c | 257 if (k->sa.sa_handler == SIG_IGN) in collect_sigign_sigcatch()
|
/linux-6.6.21/tools/perf/util/ |
D | srcline.c | 495 signal(SIGPIPE, SIG_IGN); in addr2line_configure()
|
/linux-6.6.21/tools/perf/ |
D | builtin-daemon.c | 1321 signal(SIGPIPE, SIG_IGN); in __cmd_start()
|
D | builtin-record.c | 2371 signal(SIGUSR2, SIG_IGN); in __cmd_record()
|
/linux-6.6.21/tools/power/x86/turbostat/ |
D | turbostat.c | 6179 signal(SIGINT, SIG_IGN); in fork_it() 6180 signal(SIGQUIT, SIG_IGN); in fork_it()
|
/linux-6.6.21/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1093 signal(SIGSYS, SIG_IGN); in TEST_F_SIGNAL()
|