/linux/tools/testing/selftests/thermal/intel/power_floor/ |
H A D | power_floor_test.c | 44 if (signal(SIGINT, power_floor_exit) == SIG_IGN) in main() 45 signal(SIGINT, SIG_IGN); in main() 46 if (signal(SIGHUP, power_floor_exit) == SIG_IGN) in main() 47 signal(SIGHUP, SIG_IGN); in main() 48 if (signal(SIGTERM, power_floor_exit) == SIG_IGN) in main() 49 signal(SIGTERM, SIG_IGN); in main()
|
/linux/tools/testing/selftests/thermal/intel/workload_hint/ |
H A D | workload_hint_test.c | 87 if (signal(SIGINT, workload_hint_exit) == SIG_IGN) in main() 88 signal(SIGINT, SIG_IGN); in main() 89 if (signal(SIGHUP, workload_hint_exit) == SIG_IGN) in main() 90 signal(SIGHUP, SIG_IGN); in main() 91 if (signal(SIGTERM, workload_hint_exit) == SIG_IGN) in main() 92 signal(SIGTERM, SIG_IGN); in main()
|
/linux/arch/um/os-Linux/ |
H A D | util.c | 110 signal(SIGWINCH, SIG_IGN); in os_fix_helper_signals() 128 signal(SIGTERM, SIG_IGN); in os_dump_core()
|
H A D | process.c | 203 signal(SIGHUP, SIG_IGN); in init_new_thread_signals() 205 signal(SIGWINCH, SIG_IGN); in init_new_thread_signals()
|
H A D | irq.c | 138 signal(SIGIO, SIG_IGN); in os_set_ioignore()
|
/linux/include/uapi/asm-generic/ |
H A D | signal-defs.h | 89 #define SIG_IGN ((__force __sighandler_t)1) /* ignore signal */ macro
|
/linux/tools/power/cpupower/utils/idle_monitor/ |
H A D | cpupower-monitor.c | 305 signal(SIGINT, SIG_IGN); in fork_it() 306 signal(SIGQUIT, SIG_IGN); in fork_it()
|
/linux/kernel/ |
H A D | signal.c | 80 return handler == SIG_IGN || in sig_handler_ignored() 509 t->sighand->action[i].sa.sa_handler = SIG_IGN; in ignore_signals() 524 if (force_default || ka->sa.sa_handler != SIG_IGN) in flush_signal_handlers() 541 if (handler != SIG_IGN && handler != SIG_DFL) in unhandled_signal() 1283 * we unblock the signal and change any SIG_IGN to SIG_DFL. 1303 ignored = action->sa.sa_handler == SIG_IGN; in force_sig_info_to_task() 2029 /* Periodic timers with SIG_IGN are queued on the ignored list */ in posixtimer_send_sigqueue() 2235 (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN || in do_notify_parent() 2239 * defines special semantics for setting SIGCHLD to SIG_IGN in do_notify_parent() 2250 * it, just use SIG_IGN instea [all...] |
H A D | pid_namespace.c | 187 me->sighand->action[SIGCHLD - 1].sa.sa_handler = SIG_IGN; in zap_pid_ns_processes()
|
H A D | ptrace.c | 517 ret = (sigh->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) || in ignoring_children()
|
/linux/include/linux/ |
H A D | signal.h | 323 kernel_sigaction(sig, SIG_IGN); in disallow_signal()
|
/linux/tools/testing/selftests/x86/ |
H A D | ptrace_syscall.c | 112 sa.sa_sigaction = (void *)SIG_IGN; in setsigign()
|
/linux/drivers/tty/ |
H A D | tty_jobctrl.c | 19 current->sighand->action[sig-1].sa.sa_handler == SIG_IGN); in is_ignored()
|
/linux/scripts/ |
H A D | checkkconfigsymbols.py | 267 signal.signal(signal.SIGINT, signal.SIG_IGN)
|
/linux/tools/usb/usbip/src/ |
H A D | usbipd.c | 460 act.sa_handler = SIG_IGN; in set_signal()
|
/linux/tools/testing/selftests/timers/ |
H A D | posix_timers.c | 307 if (signal(SIGUSR1, SIG_IGN) == SIG_ERR) in check_sig_ign()
|
/linux/tools/testing/vsock/ |
H A D | util.c | 33 signal(SIGPIPE, SIG_IGN); in init_signals()
|
/linux/fs/proc/ |
H A D | array.c | 257 if (k->sa.sa_handler == SIG_IGN) in collect_sigign_sigcatch()
|
/linux/tools/perf/util/ |
H A D | srcline.c | 554 signal(SIGPIPE, SIG_IGN); in addr2line_configure()
|
/linux/tools/perf/ |
H A D | builtin-daemon.c | 1322 signal(SIGPIPE, SIG_IGN); in __cmd_start()
|
H A D | builtin-record.c | 2391 signal(SIGUSR2, SIG_IGN); in __cmd_record()
|
/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 9189 signal(SIGINT, SIG_IGN); in fork_it() 9190 signal(SIGQUIT, SIG_IGN); in fork_it()
|
/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 1095 signal(SIGSYS, SIG_IGN); in TEST_F_SIGNAL()
|