Home
last modified time | relevance | path

Searched refs:SIG_IGN (Results 1 – 22 of 22) sorted by relevance

/linux-6.6.21/arch/um/os-Linux/
Dutil.c110 signal(SIGWINCH, SIG_IGN); in os_fix_helper_signals()
128 signal(SIGTERM, SIG_IGN); in os_dump_core()
Dprocess.c284 signal(SIGHUP, SIG_IGN); in init_new_thread_signals()
286 signal(SIGWINCH, SIG_IGN); in init_new_thread_signals()
Dirq.c138 signal(SIGIO, SIG_IGN); in os_set_ioignore()
/linux-6.6.21/include/uapi/asm-generic/
Dsignal-defs.h89 #define SIG_IGN ((__force __sighandler_t)1) /* ignore signal */ macro
/linux-6.6.21/tools/power/cpupower/utils/idle_monitor/
Dcpupower-monitor.c305 signal(SIGINT, SIG_IGN); in fork_it()
306 signal(SIGQUIT, SIG_IGN); in fork_it()
/linux-6.6.21/kernel/
Dsignal.c77 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()
Dumh.c140 kernel_sigaction(SIGCHLD, SIG_IGN); in call_usermodehelper_exec_sync()
Dpid_namespace.c186 me->sighand->action[SIGCHLD - 1].sa.sa_handler = SIG_IGN; in zap_pid_ns_processes()
Dptrace.c537 ret = (sigh->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) || in ignoring_children()
/linux-6.6.21/tools/testing/vsock/
Dutil.c31 signal(SIGPIPE, SIG_IGN); in init_signals()
/linux-6.6.21/include/linux/
Dsignal.h322 kernel_sigaction(sig, SIG_IGN); in disallow_signal()
/linux-6.6.21/tools/testing/selftests/x86/
Dptrace_syscall.c112 sa.sa_sigaction = (void *)SIG_IGN; in setsigign()
/linux-6.6.21/scripts/
Dcheckkconfigsymbols.py267 signal.signal(signal.SIGINT, signal.SIG_IGN)
/linux-6.6.21/drivers/tty/
Dtty_jobctrl.c19 current->sighand->action[sig-1].sa.sa_handler == SIG_IGN); in is_ignored()
/linux-6.6.21/tools/usb/usbip/src/
Dusbipd.c460 act.sa_handler = SIG_IGN; in set_signal()
/linux-6.6.21/arch/um/os-Linux/skas/
Dprocess.c251 signal(SIGWINCH, SIG_IGN); in userspace_tramp()
/linux-6.6.21/fs/proc/
Darray.c257 if (k->sa.sa_handler == SIG_IGN) in collect_sigign_sigcatch()
/linux-6.6.21/tools/perf/util/
Dsrcline.c495 signal(SIGPIPE, SIG_IGN); in addr2line_configure()
/linux-6.6.21/tools/perf/
Dbuiltin-daemon.c1321 signal(SIGPIPE, SIG_IGN); in __cmd_start()
Dbuiltin-record.c2371 signal(SIGUSR2, SIG_IGN); in __cmd_record()
/linux-6.6.21/tools/power/x86/turbostat/
Dturbostat.c6179 signal(SIGINT, SIG_IGN); in fork_it()
6180 signal(SIGQUIT, SIG_IGN); in fork_it()
/linux-6.6.21/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1093 signal(SIGSYS, SIG_IGN); in TEST_F_SIGNAL()