/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/ |
D | multi_ebb_procs_test.c | 34 if (sigaction(SIGINT, &sigint_action, NULL)) { in cycles_child() 100 kill(pids[i], SIGINT); in multi_ebb_procs()
|
/linux-4.4.14/arch/sh/kernel/ |
D | traps.c | 175 switch (notify_die(DIE_NMI, "NMI", regs, 0, vec & 0xff, SIGINT)) { in BUILD_TRAP_HANDLER() 180 die("Fatal Non-Maskable Interrupt", regs, SIGINT); in BUILD_TRAP_HANDLER()
|
/linux-4.4.14/samples/bpf/ |
D | trace_output_user.c | 141 kill(0, SIGINT); in print_bpf_output() 149 kill(0, SIGINT); in print_bpf_output()
|
D | tracex2_user.c | 115 signal(SIGINT, int_exit); in main()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | nmi.c | 74 pt_regs_trap_type(regs), SIGINT) == NOTIFY_STOP) in die_nmi() 97 pt_regs_trap_type(regs), SIGINT) == NOTIFY_STOP) in perfctr_irq()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | gdb-stub.c | 945 { EXCEP_IRQ_LEVEL0, SIGINT }, 946 { EXCEP_IRQ_LEVEL1, SIGINT }, 947 { EXCEP_IRQ_LEVEL2, SIGINT }, 948 { EXCEP_IRQ_LEVEL3, SIGINT }, 949 { EXCEP_IRQ_LEVEL4, SIGINT }, 950 { EXCEP_IRQ_LEVEL5, SIGINT }, 951 { EXCEP_IRQ_LEVEL6, SIGINT }, 1221 sigval = SIGINT; in gdbstub() 1264 if (sigval != SIGINT && sigval != SIGTRAP && sigval != SIGILL) { in gdbstub()
|
D | traps.c | 92 [EXCEP_IRQ_LEVEL0 >> 3] = { SIGINT, 0 },
|
/linux-4.4.14/arch/avr32/kernel/ |
D | traps.c | 106 ret = notify_die(DIE_NMI, "NMI", regs, 0, ecr, SIGINT); in do_nmi() 112 die("Fatal Non-Maskable Interrupt", regs, SIGINT); in do_nmi()
|
/linux-4.4.14/arch/ia64/include/uapi/asm/ |
D | signal.h | 13 #define SIGINT 2 macro
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
D | signal.h | 5 #define SIGINT 2 macro
|
/linux-4.4.14/samples/pktgen/ |
D | pktgen_sample03_burst_single_flow.sh | 79 trap control_c SIGINT
|
/linux-4.4.14/arch/mn10300/include/uapi/asm/ |
D | signal.h | 28 #define SIGINT 2 macro
|
/linux-4.4.14/arch/m32r/include/uapi/asm/ |
D | signal.h | 20 #define SIGINT 2 macro
|
/linux-4.4.14/arch/avr32/include/uapi/asm/ |
D | signal.h | 25 #define SIGINT 2 macro
|
/linux-4.4.14/arch/m68k/include/uapi/asm/ |
D | signal.h | 18 #define SIGINT 2 macro
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | signal.h | 25 #define SIGINT 2 /* Interrupt (ANSI). */ macro
|
/linux-4.4.14/arch/h8300/include/uapi/asm/ |
D | signal.h | 18 #define SIGINT 2 macro
|
/linux-4.4.14/arch/cris/include/uapi/asm/ |
D | signal.h | 18 #define SIGINT 2 macro
|
/linux-4.4.14/tools/perf/util/ |
D | sigchain.c | 47 sigchain_push(SIGINT, f); in sigchain_push_common()
|
/linux-4.4.14/arch/arm/include/uapi/asm/ |
D | signal.h | 18 #define SIGINT 2 macro
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | signal.h | 11 #define SIGINT 2 macro
|
/linux-4.4.14/tools/testing/selftests/timers/ |
D | leapcrash.c | 80 signal(SIGINT, handler); in main()
|
D | leap-a-day.c | 231 signal(SIGINT, handler); in main()
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | signal.h | 23 #define SIGINT 2 macro
|
/linux-4.4.14/arch/s390/include/uapi/asm/ |
D | signal.h | 26 #define SIGINT 2 macro
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
D | signal.h | 21 #define SIGINT 2 macro
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
D | signal.h | 23 #define SIGINT 2 macro
|
/linux-4.4.14/arch/xtensa/include/uapi/asm/ |
D | signal.h | 35 #define SIGINT 2 macro
|
/linux-4.4.14/tools/virtio/virtio-trace/ |
D | trace-agent-ctl.c | 99 signal(SIGINT, signal_handler); in rw_ctl_loop()
|
/linux-4.4.14/Documentation/watchdog/src/ |
D | watchdog-test.c | 89 signal(SIGINT, term); in main()
|
/linux-4.4.14/tools/thermal/tmon/ |
D | tmon.c | 122 case SIGINT: in tmon_sig_handler() 292 if (signal(SIGINT, tmon_sig_handler) == SIG_ERR) in main()
|
/linux-4.4.14/arch/um/os-Linux/ |
D | util.c | 103 signal(SIGINT, SIG_DFL); in os_fix_helper_signals()
|
D | main.c | 147 install_fatal_handler(SIGINT); in main()
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | signal.h | 12 #define SIGINT 2 macro
|
/linux-4.4.14/arch/mips/sgi-ip32/ |
D | ip32-reset.c | 95 if (shutting_down || kill_cad_pid(SIGINT, 1)) { in ip32_prepare_poweroff()
|
/linux-4.4.14/tools/perf/ui/tui/ |
D | setup.c | 146 signal(SIGINT, ui__signal); in ui__init()
|
/linux-4.4.14/drivers/char/ |
D | nwbutton.c | 134 kill_cad_pid(SIGINT, 1); /* Ask init to reboot us */ in button_sequence_finished()
|
/linux-4.4.14/drivers/target/iscsi/ |
D | iscsi_target_erl0.c | 863 send_sig(SIGINT, conn->tx_thread, 1); in iscsit_connection_reinstatement_rcfr() 865 send_sig(SIGINT, conn->rx_thread, 1); in iscsit_connection_reinstatement_rcfr() 891 send_sig(SIGINT, conn->tx_thread, 1); in iscsit_cause_connection_reinstatement() 893 send_sig(SIGINT, conn->rx_thread, 1); in iscsit_cause_connection_reinstatement()
|
D | iscsi_target_nego.c | 390 send_sig(SIGINT, conn->rx_thread, 1); in iscsi_target_do_tx_login_io() 395 send_sig(SIGINT, conn->tx_thread, 1); in iscsi_target_do_tx_login_io() 521 send_sig(SIGINT, conn->login_kworker, 1); in iscsi_target_login_timeout() 569 allow_signal(SIGINT); in iscsi_target_do_login_rx()
|
D | iscsi_target_login.c | 683 send_sig(SIGINT, conn->tx_thread, 1); in iscsit_start_kthreads() 835 send_sig(SIGINT, np->np_thread, 1); in iscsi_handle_login_thread_timeout() 1425 allow_signal(SIGINT); in iscsi_target_login_thread()
|
D | iscsi_target.c | 424 send_sig(SIGINT, np->np_thread, 1); in iscsit_reset_np_thread() 462 send_sig(SIGINT, np->np_thread, 1); in iscsit_del_np() 3959 allow_signal(SIGINT); in iscsi_target_tx_thread() 4099 allow_signal(SIGINT); in iscsi_target_rx_thread() 4256 send_sig(SIGINT, conn->tx_thread, 1); in iscsit_close_connection() 4262 send_sig(SIGINT, conn->rx_thread, 1); in iscsit_close_connection()
|
/linux-4.4.14/drivers/parisc/ |
D | power.c | 96 if (kill_cad_pid(SIGINT, 1)) { in process_shutdown()
|
/linux-4.4.14/Documentation/laptops/ |
D | dslm.c | 159 signal(SIGINT, ender); in main()
|
/linux-4.4.14/scripts/ |
D | coccicheck | 10 trap kill_running SIGTERM SIGINT
|
/linux-4.4.14/arch/mips/sgi-ip22/ |
D | ip22-reset.c | 126 kill_cad_pid(SIGINT, 1)) { in power_button()
|
/linux-4.4.14/tools/perf/bench/ |
D | futex-wake.c | 131 sigaction(SIGINT, &act, NULL); in bench_futex_wake()
|
D | futex-requeue.c | 123 sigaction(SIGINT, &act, NULL); in bench_futex_requeue()
|
D | futex-lock-pi.c | 153 sigaction(SIGINT, &act, NULL); in bench_futex_lock_pi()
|
D | futex-hash.c | 129 sigaction(SIGINT, &act, NULL); in bench_futex_hash()
|
D | futex-wake-parallel.c | 213 sigaction(SIGINT, &act, NULL); in bench_futex_wake_parallel()
|
/linux-4.4.14/tools/usb/usbip/src/ |
D | usbipd.c | 452 sigaction(SIGINT, &act, NULL); in set_signal() 552 sigdelset(&sigmask, SIGINT); in do_standalone_mode()
|
/linux-4.4.14/drivers/ps3/ |
D | ps3-sys-manager.c | 449 kill_cad_pid(SIGINT, 1); /* ctrl_alt_del */ in ps3_sys_manager_handle_event() 467 kill_cad_pid(SIGINT, 1); /* ctrl_alt_del */ in ps3_sys_manager_handle_event()
|
/linux-4.4.14/tools/testing/selftests/x86/ |
D | test_syscall_vdso.c | 195 sigaddset(&sigmask, SIGINT); in prep_args()
|
/linux-4.4.14/tools/testing/fault-injection/ |
D | failcmd.sh | 216 trap "restore_values" SIGINT SIGTERM EXIT
|
/linux-4.4.14/kernel/ |
D | reboot.c | 386 kill_cad_pid(SIGINT, 1); in ctrl_alt_del()
|
D | pid_namespace.c | 321 pid_ns->reboot = SIGINT; in reboot_pid_ns()
|
/linux-4.4.14/arch/frv/kernel/ |
D | gdb-stub.c | 810 { BRR_EB, TBR_TT_INTERRUPT_14, SIGINT }, /* GDB serial */ 1407 sigval = SIGINT; in gdbstub() 1442 sigval = SIGINT; in gdbstub() 1477 sigval = SIGINT; in gdbstub() 1489 if (sigval != SIGINT && sigval != SIGTRAP && sigval != SIGILL) { in gdbstub()
|
/linux-4.4.14/tools/testing/selftests/mqueue/ |
D | mq_perf_tests.c | 691 sigaddset(&sa.sa_mask, SIGINT); in main() 700 if (sigaction(SIGINT, &sa, NULL) == -1) in main()
|
/linux-4.4.14/tools/perf/ui/gtk/ |
D | annotate.c | 184 signal(SIGINT, perf_gtk__signal); in symbol__gtk_annotate()
|
D | hists.c | 283 signal(SIGINT, perf_gtk__signal); in perf_evlist__gtk_browse_hists()
|
/linux-4.4.14/drivers/scsi/ |
D | dpti.h | 103 #define SHUTDOWN_SIGS (sigmask(SIGKILL)|sigmask(SIGINT)|sigmask(SIGTERM))
|
/linux-4.4.14/arch/score/kernel/ |
D | asm-offsets.c | 183 DEFINE(_SIGINT, SIGINT); in output_signal_defined()
|
/linux-4.4.14/tools/firewire/ |
D | nosy-dump.c | 142 signal(SIGINT, SIG_DFL); in sigint_handler() 919 sys_sigint_handler = signal(SIGINT, sigint_handler); in main()
|
/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/ |
D | cpupower-monitor.c | 300 signal(SIGINT, SIG_IGN); in fork_it()
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | kgdb_asm.S | 302 moveq 2, $r10 ; Set SIGINT
|
D | kgdb.c | 1074 } else if (sigval == SIGINT) { in register_fixup()
|
/linux-4.4.14/fs/ncpfs/ |
D | sock.c | 768 if (current->sighand->action[SIGINT - 1].sa.sa_handler == SIG_DFL) in ncp_do_request() 769 mask |= sigmask(SIGINT); in ncp_do_request()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_lib.h | 520 #define LUSTRE_FATAL_SIGS (sigmask(SIGKILL) | sigmask(SIGINT) | \
|
/linux-4.4.14/fs/autofs4/ |
D | waitq.c | 25 #define SHUTDOWN_SIGS (sigmask(SIGKILL) | sigmask(SIGINT) | sigmask(SIGQUIT))
|
/linux-4.4.14/fs/nfsd/ |
D | nfssvc.c | 602 allow_signal(SIGINT); in nfsd()
|
/linux-4.4.14/scripts/kconfig/ |
D | mconf.c | 1016 signal(SIGINT, sig_handler); in main()
|
/linux-4.4.14/Documentation/fault-injection/ |
D | fault-injection.txt | 249 trap "echo 0 > /sys/kernel/debug/$FAILTYPE/probability" SIGINT SIGTERM EXIT
|
/linux-4.4.14/tools/perf/ |
D | builtin-inject.c | 572 signal(SIGINT, sig_handler); in __cmd_inject()
|
D | builtin-report.c | 512 signal(SIGINT, sig_handler); in __cmd_report()
|
D | builtin-record.c | 493 signal(SIGINT, sig_handler); in __cmd_record()
|
D | builtin-stat.c | 1407 signal(SIGINT, skip_signal); in cmd_stat()
|
D | builtin-top.c | 607 signal(SIGINT, display_sig); in display_setup_sig()
|
D | builtin-kvm.c | 922 signal(SIGINT, sig_handler); in kvm_events_live_report()
|
D | builtin-trace.c | 1592 interrupted = sig == SIGINT; in sig_handler() 2574 signal(SIGINT, sig_handler); in trace__run()
|
D | builtin-script.c | 970 signal(SIGINT, sig_handler); in __cmd_script()
|
/linux-4.4.14/arch/mips/kernel/ |
D | asm-offsets.c | 253 DEFINE(_SIGINT, SIGINT); in output_signal_defined()
|
/linux-4.4.14/drivers/tty/ |
D | pty.c | 204 if (sig != SIGINT && sig != SIGQUIT && sig != SIGTSTP) in pty_signal()
|
D | n_tty.c | 1171 isig(SIGINT, tty); in n_tty_receive_break() 1286 n_tty_receive_signal_char(tty, SIGINT, c); in n_tty_receive_char_special()
|
/linux-4.4.14/fs/coda/ |
D | upcall.c | 583 sigdelset(¤t->blocked, SIGINT); in coda_block_signals()
|
/linux-4.4.14/Documentation/s390/ |
D | 3270.txt | 219 PA1 causes a SIGINT to the currently running application. You may do
|
/linux-4.4.14/net/sunrpc/ |
D | svc.c | 753 send_sig(SIGINT, task, 1); in svc_set_num_threads()
|
/linux-4.4.14/tools/net/ |
D | bpf_dbg.c | 1344 signal(SIGINT, intr_shell); in init_shell()
|
/linux-4.4.14/tools/lguest/ |
D | lguest.c | 1002 kill(0, SIGINT); in console_input()
|
/linux-4.4.14/Documentation/networking/ |
D | packet_mmap.txt | 946 signal(SIGINT, sighandler);
|
/linux-4.4.14/tools/power/x86/turbostat/ |
D | turbostat.c | 3088 signal(SIGINT, SIG_IGN); in fork_it()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_mass_storage.c | 2503 allow_signal(SIGINT); in fsg_main_thread()
|