SIGINT            259 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGINT, SIGINT);
SIGINT            126 arch/mips/sgi-ip22/ip22-reset.c 			kill_cad_pid(SIGINT, 1)) {
SIGINT             97 arch/mips/sgi-ip32/ip32-reset.c 	if (shutting_down || kill_cad_pid(SIGINT, 1)) {
SIGINT            181 arch/sh/kernel/traps.c 	switch (notify_die(DIE_NMI, "NMI", regs, 0, vec & 0xff, SIGINT)) {
SIGINT            186 arch/sh/kernel/traps.c 		die("Fatal Non-Maskable Interrupt", regs, SIGINT);
SIGINT             73 arch/sparc/kernel/nmi.c 		       pt_regs_trap_type(regs), SIGINT) == NOTIFY_STOP)
SIGINT             96 arch/sparc/kernel/nmi.c 		       pt_regs_trap_type(regs), SIGINT) == NOTIFY_STOP)
SIGINT            136 arch/um/os-Linux/main.c 	install_fatal_handler(SIGINT);
SIGINT            104 arch/um/os-Linux/util.c 	signal(SIGINT, SIG_DFL);
SIGINT            135 drivers/char/nwbutton.c 		kill_cad_pid(SIGINT, 1);	/* Ask init to reboot us */
SIGINT             96 drivers/parisc/power.c 		if (kill_cad_pid(SIGINT, 1)) {
SIGINT            438 drivers/ps3/ps3-sys-manager.c 		kill_cad_pid(SIGINT, 1); /* ctrl_alt_del */
SIGINT            456 drivers/ps3/ps3-sys-manager.c 		kill_cad_pid(SIGINT, 1); /* ctrl_alt_del */
SIGINT             99 drivers/scsi/dpti.h #define SHUTDOWN_SIGS	(sigmask(SIGKILL)|sigmask(SIGINT)|sigmask(SIGTERM))
SIGINT            728 drivers/staging/greybus/tools/loopback_test.c 	sigaddset(&mask, SIGINT);
SIGINT            734 drivers/staging/greybus/tools/loopback_test.c 	if (sigaction(SIGINT, &sa, NULL) == -1) {
SIGINT            418 drivers/target/iscsi/iscsi_target.c 		send_sig(SIGINT, np->np_thread, 1);
SIGINT            456 drivers/target/iscsi/iscsi_target.c 		send_sig(SIGINT, np->np_thread, 1);
SIGINT           3803 drivers/target/iscsi/iscsi_target.c 	allow_signal(SIGINT);
SIGINT           4031 drivers/target/iscsi/iscsi_target.c 	allow_signal(SIGINT);
SIGINT           4130 drivers/target/iscsi/iscsi_target.c 			send_sig(SIGINT, conn->tx_thread, 1);
SIGINT           4136 drivers/target/iscsi/iscsi_target.c 			send_sig(SIGINT, conn->rx_thread, 1);
SIGINT            837 drivers/target/iscsi/iscsi_target_erl0.c 		send_sig(SIGINT, conn->tx_thread, 1);
SIGINT            839 drivers/target/iscsi/iscsi_target_erl0.c 		send_sig(SIGINT, conn->rx_thread, 1);
SIGINT            865 drivers/target/iscsi/iscsi_target_erl0.c 		send_sig(SIGINT, conn->tx_thread, 1);
SIGINT            867 drivers/target/iscsi/iscsi_target_erl0.c 		send_sig(SIGINT, conn->rx_thread, 1);
SIGINT            662 drivers/target/iscsi/iscsi_target_login.c 	send_sig(SIGINT, conn->tx_thread, 1);
SIGINT            814 drivers/target/iscsi/iscsi_target_login.c 		send_sig(SIGINT, np->np_thread, 1);
SIGINT           1459 drivers/target/iscsi/iscsi_target_login.c 	allow_signal(SIGINT);
SIGINT            375 drivers/target/iscsi/iscsi_target_nego.c 			send_sig(SIGINT, conn->rx_thread, 1);
SIGINT            380 drivers/target/iscsi/iscsi_target_nego.c 			send_sig(SIGINT, conn->tx_thread, 1);
SIGINT            561 drivers/target/iscsi/iscsi_target_nego.c 		send_sig(SIGINT, conn->login_kworker, 1);
SIGINT            609 drivers/target/iscsi/iscsi_target_nego.c 	allow_signal(SIGINT);
SIGINT           1176 drivers/tty/n_tty.c 		isig(SIGINT, tty);
SIGINT           1289 drivers/tty/n_tty.c 			n_tty_receive_signal_char(tty, SIGINT, c);
SIGINT            212 drivers/tty/pty.c 	if (sig != SIGINT && sig != SIGQUIT && sig != SIGTSTP)
SIGINT           2454 drivers/usb/gadget/function/f_mass_storage.c 	allow_signal(SIGINT);
SIGINT            624 fs/coda/upcall.c 	sigdelset(&current->blocked, SIGINT);
SIGINT            896 fs/nfsd/nfssvc.c 	allow_signal(SIGINT);
SIGINT            321 kernel/pid_namespace.c 		pid_ns->reboot = SIGINT;
SIGINT            416 kernel/reboot.c 		kill_cad_pid(SIGINT, 1);
SIGINT            758 net/sunrpc/svc.c 		send_sig(SIGINT, task, 1);
SIGINT            308 samples/bpf/cookie_uid_helper_example.c 		if (signal(SIGINT, finish) == SIG_ERR)
SIGINT            209 samples/bpf/cpustat_user.c 	signal(SIGINT, int_exit);
SIGINT             87 samples/bpf/ibumad_user.c 	signal(SIGINT, dump_exit);
SIGINT            105 samples/bpf/offwaketime_user.c 	signal(SIGINT, int_exit);
SIGINT            184 samples/bpf/sampleip_user.c 	signal(SIGINT, int_exit);
SIGINT            290 samples/bpf/trace_event_user.c 	signal(SIGINT, int_exit);
SIGINT             86 samples/bpf/trace_output_user.c 	kill(0, SIGINT);
SIGINT            130 samples/bpf/tracex2_user.c 	signal(SIGINT, int_exit);
SIGINT            146 samples/bpf/xdp1_user.c 	signal(SIGINT, int_exit);
SIGINT            165 samples/bpf/xdp_adjust_tail_user.c 	signal(SIGINT, int_exit);
SIGINT            797 samples/bpf/xdp_redirect_cpu_user.c 	signal(SIGINT, int_exit);
SIGINT            205 samples/bpf/xdp_redirect_map_user.c 	signal(SIGINT, int_exit);
SIGINT            206 samples/bpf/xdp_redirect_user.c 	signal(SIGINT, int_exit);
SIGINT            567 samples/bpf/xdp_router_ipv4_user.c 		signal(SIGINT, close_and_exit);
SIGINT            725 samples/bpf/xdp_router_ipv4_user.c 	signal(SIGINT, int_exit);
SIGINT            591 samples/bpf/xdp_rxq_info_user.c 	signal(SIGINT, int_exit);
SIGINT            177 samples/bpf/xdp_sample_pkts_user.c 	if (signal(SIGINT, sig_handler) ||
SIGINT            195 samples/bpf/xdp_sample_pkts_user.c 	kill(0, SIGINT);
SIGINT            282 samples/bpf/xdp_tx_iptunnel_user.c 	signal(SIGINT, int_exit);
SIGINT            766 samples/bpf/xdpsock_user.c 	signal(SIGINT, int_exit);
SIGINT           1008 scripts/kconfig/mconf.c 	signal(SIGINT, sig_handler);
SIGINT             15 security/apparmor/include/sig_names.h 	[SIGINT] = 2,
SIGINT           1347 tools/bpf/bpf_dbg.c 	signal(SIGINT, intr_shell);
SIGINT            209 tools/bpf/bpftool/map_perf_ring.c 	signal(SIGINT, int_exit);
SIGINT            146 tools/bpf/bpftool/tracelog.c 	sigaction(SIGINT, &act, NULL);
SIGINT            129 tools/firewire/nosy-dump.c 		signal(SIGINT, SIG_DFL);
SIGINT            906 tools/firewire/nosy-dump.c 	sys_sigint_handler = signal(SIGINT, sigint_handler);
SIGINT            307 tools/iio/iio_generic_buffer.c 	const int signums[] = { SIGINT, SIGTERM, SIGABRT };
SIGINT            386 tools/io_uring/io_uring-bench.c 	sigaction(SIGINT, &act, NULL);
SIGINT            159 tools/laptop/dslm/dslm.c     signal(SIGINT, ender);
SIGINT             49 tools/lib/subcmd/sigchain.c 	sigchain_push(SIGINT, f);
SIGINT            318 tools/perf/bench/epoll-ctl.c 	sigaction(SIGINT, &act, NULL);
SIGINT            432 tools/perf/bench/epoll-wait.c 	sigaction(SIGINT, &act, NULL);
SIGINT            142 tools/perf/bench/futex-hash.c 	sigaction(SIGINT, &act, NULL);
SIGINT            166 tools/perf/bench/futex-lock-pi.c 	sigaction(SIGINT, &act, NULL);
SIGINT            133 tools/perf/bench/futex-requeue.c 	sigaction(SIGINT, &act, NULL);
SIGINT            239 tools/perf/bench/futex-wake-parallel.c 	sigaction(SIGINT, &act, NULL);
SIGINT            141 tools/perf/bench/futex-wake.c 	sigaction(SIGINT, &act, NULL);
SIGINT            298 tools/perf/builtin-ftrace.c 	signal(SIGINT, sig_handler);
SIGINT            641 tools/perf/builtin-inject.c 	signal(SIGINT, sig_handler);
SIGINT            962 tools/perf/builtin-kvm.c 	signal(SIGINT, sig_handler);
SIGINT           1352 tools/perf/builtin-record.c 	signal(SIGINT, sig_handler);
SIGINT            844 tools/perf/builtin-report.c 	signal(SIGINT, sig_handler);
SIGINT           2481 tools/perf/builtin-script.c 	signal(SIGINT, sig_handler);
SIGINT           1945 tools/perf/builtin-stat.c 		signal(SIGINT,  skip_signal);
SIGINT            659 tools/perf/builtin-top.c 	signal(SIGINT,  display_sig);
SIGINT           1329 tools/perf/builtin-trace.c 	interrupted = sig == SIGINT;
SIGINT           3349 tools/perf/builtin-trace.c 	signal(SIGINT, sig_handler);
SIGINT            196 tools/perf/ui/gtk/annotate.c 		signal(SIGINT,  perf_gtk__signal);
SIGINT            607 tools/perf/ui/gtk/hists.c 	signal(SIGINT,  perf_gtk__signal);
SIGINT            150 tools/perf/ui/tui/setup.c 	signal(SIGINT, ui__signal);
SIGINT            305 tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c 		signal(SIGINT, SIG_IGN);
SIGINT           2997 tools/power/x86/turbostat/turbostat.c 	case SIGINT:
SIGINT           3017 tools/power/x86/turbostat/turbostat.c 	if (sigaction(SIGINT, &sa, NULL) < 0)
SIGINT           5279 tools/power/x86/turbostat/turbostat.c 		signal(SIGINT, SIG_IGN);
SIGINT            408 tools/testing/selftests/bpf/map_tests/sk_storage_map.c 	signal(SIGINT, stop_handler);
SIGINT            425 tools/testing/selftests/bpf/map_tests/sk_storage_map.c 	signal(SIGINT, SIG_DFL);
SIGINT            442 tools/testing/selftests/bpf/map_tests/sk_storage_map.c 	signal(SIGINT, stop_handler);
SIGINT            451 tools/testing/selftests/bpf/map_tests/sk_storage_map.c 	signal(SIGINT, SIG_DFL);
SIGINT           1839 tools/testing/selftests/bpf/test_sockmap.c 	signal(SIGINT, running_handler);
SIGINT            199 tools/testing/selftests/bpf/xdping.c 	signal(SIGINT, cleanup);
SIGINT            691 tools/testing/selftests/mqueue/mq_perf_tests.c 	sigaddset(&sa.sa_mask, SIGINT);
SIGINT            700 tools/testing/selftests/mqueue/mq_perf_tests.c 	if (sigaction(SIGINT, &sa, NULL) == -1)
SIGINT             57 tools/testing/selftests/net/udpgso_bench_rx.c 	if (signum == SIGINT)
SIGINT            398 tools/testing/selftests/net/udpgso_bench_rx.c 	signal(SIGINT, sigint_handler);
SIGINT             91 tools/testing/selftests/net/udpgso_bench_tx.c 	if (signum == SIGINT)
SIGINT            625 tools/testing/selftests/net/udpgso_bench_tx.c 	signal(SIGINT, sigint_handler);
SIGINT            111 tools/testing/selftests/powerpc/harness.c 	if (sigaction(SIGINT, &sig_action, NULL)) {
SIGINT             34 tools/testing/selftests/powerpc/pmu/ebb/multi_ebb_procs_test.c 	if (sigaction(SIGINT, &sigint_action, NULL)) {
SIGINT            100 tools/testing/selftests/powerpc/pmu/ebb/multi_ebb_procs_test.c 		kill(pids[i], SIGINT);
SIGINT            221 tools/testing/selftests/timers/leap-a-day.c 	signal(SIGINT, handler);
SIGINT             67 tools/testing/selftests/timers/leapcrash.c 	signal(SIGINT, handler);
SIGINT            245 tools/testing/selftests/watchdog/watchdog-test.c 	signal(SIGINT, term);
SIGINT            194 tools/testing/selftests/x86/test_syscall_vdso.c 	sigaddset(&sigmask, SIGINT);
SIGINT            113 tools/thermal/tmon/tmon.c 	case SIGINT:
SIGINT            283 tools/thermal/tmon/tmon.c 	if (signal(SIGINT, tmon_sig_handler) == SIG_ERR)
SIGINT            459 tools/usb/usbip/src/usbipd.c 	sigaction(SIGINT, &act, NULL);
SIGINT            556 tools/usb/usbip/src/usbipd.c 	sigdelset(&sigmask, SIGINT);
SIGINT             97 tools/virtio/virtio-trace/trace-agent-ctl.c 	signal(SIGINT, signal_handler);