/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | multi_ebb_procs_test.c | 34 if (sigaction(SIGINT, &sigint_action, NULL)) { in cycles_child() 96 kill(pids[i], SIGINT); in multi_ebb_procs()
|
/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()
|
/linux/tools/power/x86/intel-speed-select/ |
H A D | isst-daemon.c | 136 case SIGINT: in signal_handler() 171 sigaction(SIGINT, &sig_actions, NULL); 235 signal(SIGINT, signal_handler);
|
/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()
|
/linux/tools/testing/selftests/cgroup/ |
H A D | test_pids.c | 58 if (kill(pid, SIGINT)) in test_pids_max() 108 if (kill(pid, SIGINT)) in test_pids_events()
|
/linux/arch/sh/kernel/ |
H A D | traps.c | 184 switch (notify_die(DIE_NMI, "NMI", regs, 0, vec & 0xff, SIGINT)) { in BUILD_TRAP_HANDLER() 189 die("Fatal Non-Maskable Interrupt", regs, SIGINT); in BUILD_TRAP_HANDLER()
|
/linux/tools/testing/selftests/mm/ |
H A D | write_to_hugetlbfs.c | 49 if (signo == SIGINT) { in sig_handler() 79 if (signal(SIGINT, sig_handler) == SIG_ERR) in main() 80 err(1, "\ncan't catch SIGINT\n"); in main()
|
/linux/tools/testing/selftests/arm64/fp/ |
H A D | asm-offsets.h | 8 #define SIGINT 2 macro
|
/linux/arch/sparc/kernel/ |
H A D | nmi.c | 78 pt_regs_trap_type(regs), SIGINT) == NOTIFY_STOP) in die_nmi() 101 pt_regs_trap_type(regs), SIGINT) == NOTIFY_STOP) in perfctr_irq()
|
/linux/tools/perf/tests/workloads/ |
H A D | noploop.c | 22 signal(SIGINT, sighandler); in noploop()
|
H A D | leafloop.c | 38 signal(SIGINT, sighandler); in leafloop()
|
H A D | thloop.c | 40 signal(SIGINT, sighandler); in thloop()
|
/linux/tools/testing/selftests/livepatch/ |
H A D | test_klp-call_getpid.c | 33 signal(SIGINT, &int_handler); in main()
|
/linux/tools/testing/selftests/bpf/map_tests/ |
H A D | sk_storage_map.c | 404 signal(SIGINT, stop_handler); in test_sk_storage_map_stress_free() 421 signal(SIGINT, SIG_DFL); in test_sk_storage_map_stress_free() 438 signal(SIGINT, stop_handler); in test_sk_storage_map_stress_change() 447 signal(SIGINT, SIG_DFL); in test_sk_storage_map_stress_change()
|
/linux/security/apparmor/include/ |
H A D | sig_names.h | 15 [SIGINT] = 2,
|
/linux/arch/parisc/include/uapi/asm/ |
H A D | signal.h | 6 #define SIGINT 2 macro
|
/linux/arch/m68k/include/uapi/asm/ |
H A D | signal.h | 19 #define SIGINT 2 macro
|
/linux/tools/thermal/tmon/ |
H A D | tmon.c | 111 case SIGINT: in tmon_sig_handler() 277 if (signal(SIGINT, tmon_sig_handler) == SIG_ERR) in main()
|
/linux/include/uapi/asm-generic/ |
H A D | signal.h | 12 #define SIGINT 2 macro
|
/linux/arch/s390/include/uapi/asm/ |
H A D | signal.h | 27 #define SIGINT 2 macro
|
/linux/arch/arm/include/uapi/asm/ |
H A D | signal.h | 19 #define SIGINT 2 macro
|
/linux/arch/xtensa/include/uapi/asm/ |
H A D | signal.h | 36 #define SIGINT 2 macro
|
/linux/arch/mips/include/uapi/asm/ |
H A D | signal.h | 26 #define SIGINT 2 /* Interrupt (ANSI). */ macro
|
/linux/arch/x86/include/uapi/asm/ |
H A D | signal.h | 23 #define SIGINT 2 macro
|
/linux/arch/powerpc/include/uapi/asm/ |
H A D | signal.h | 22 #define SIGINT 2 macro
|