Searched refs:SIGINT (Results 1 - 25 of 147) sorted by relevance

123456

/linux-master/tools/testing/selftests/arm64/fp/
H A Dasm-offsets.h8 #define SIGINT 2 macro
/linux-master/tools/perf/tests/workloads/
H A Dnoploop.c22 signal(SIGINT, sighandler);
H A Dthloop.c40 signal(SIGINT, sighandler);
/linux-master/tools/testing/selftests/livepatch/
H A Dtest_klp-call_getpid.c33 signal(SIGINT, &int_handler);
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Dmulti_ebb_procs_test.c34 if (sigaction(SIGINT, &sigint_action, NULL)) {
96 kill(pids[i], SIGINT);
/linux-master/security/apparmor/include/
H A Dsig_names.h15 [SIGINT] = 2,
/linux-master/arch/parisc/include/uapi/asm/
H A Dsignal.h6 #define SIGINT 2 macro
/linux-master/arch/m68k/include/uapi/asm/
H A Dsignal.h19 #define SIGINT 2 macro
/linux-master/tools/testing/selftests/thermal/intel/power_floor/
H A Dpower_floor_test.c44 if (signal(SIGINT, power_floor_exit) == SIG_IGN)
45 signal(SIGINT, SIG_IGN);
/linux-master/tools/testing/selftests/thermal/intel/workload_hint/
H A Dworkload_hint_test.c87 if (signal(SIGINT, workload_hint_exit) == SIG_IGN)
88 signal(SIGINT, SIG_IGN);
/linux-master/tools/lib/subcmd/
H A Dsigchain.c49 sigchain_push(SIGINT, f);
/linux-master/tools/testing/selftests/timers/
H A Dleapcrash.c67 signal(SIGINT, handler);
/linux-master/arch/mips/include/uapi/asm/
H A Dsignal.h26 #define SIGINT 2 /* Interrupt (ANSI). */ macro
/linux-master/arch/s390/include/uapi/asm/
H A Dsignal.h27 #define SIGINT 2 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dsignal.h24 #define SIGINT 2 macro
/linux-master/arch/xtensa/include/uapi/asm/
H A Dsignal.h36 #define SIGINT 2 macro
/linux-master/arch/arm/include/uapi/asm/
H A Dsignal.h19 #define SIGINT 2 macro
/linux-master/include/uapi/asm-generic/
H A Dsignal.h12 #define SIGINT 2 macro
/linux-master/arch/powerpc/include/uapi/asm/
H A Dsignal.h22 #define SIGINT 2 macro
/linux-master/tools/virtio/virtio-trace/
H A Dtrace-agent-ctl.c26 /* Handle SIGTERM/SIGINT/SIGQUIT to exit */
97 signal(SIGINT, signal_handler);
/linux-master/samples/pktgen/
H A Dpktgen_sample01_simple.sh93 trap true SIGINT
H A Dpktgen_bench_xmit_mode_netif_receive.sh106 trap true SIGINT
H A Dpktgen_bench_xmit_mode_queue_xmit.sh86 trap true SIGINT
/linux-master/arch/x86/include/uapi/asm/
H A Dsignal.h23 #define SIGINT 2 macro
/linux-master/arch/sh/kernel/
H A Dtraps.c190 switch (notify_die(DIE_NMI, "NMI", regs, 0, vec & 0xff, SIGINT)) {
195 die("Fatal Non-Maskable Interrupt", regs, SIGINT);

Completed in 204 milliseconds

123456