/linux-6.3-rc2/tools/testing/selftests/powerpc/pmu/ebb/ |
A D | multi_ebb_procs_test.c | 34 if (sigaction(SIGINT, &sigint_action, NULL)) { in cycles_child() 98 kill(pids[i], SIGINT); in multi_ebb_procs()
|
/linux-6.3-rc2/tools/power/x86/intel-speed-select/ |
A D | isst-daemon.c | 121 case SIGINT: in signal_handler() 156 sigaction(SIGINT, &sig_actions, NULL); 220 signal(SIGINT, signal_handler);
|
/linux-6.3-rc2/arch/sh/kernel/ |
A D | traps.c | 190 switch (notify_die(DIE_NMI, "NMI", regs, 0, vec & 0xff, SIGINT)) { in BUILD_TRAP_HANDLER() 195 die("Fatal Non-Maskable Interrupt", regs, SIGINT); in BUILD_TRAP_HANDLER()
|
/linux-6.3-rc2/samples/bpf/ |
A D | xdp_sample_pkts_user.c | 177 if (signal(SIGINT, sig_handler) || in main() 194 kill(0, SIGINT); in main()
|
/linux-6.3-rc2/tools/testing/selftests/mm/ |
A D | write_to_hugetlbfs.c | 49 if (signo == SIGINT) { in sig_handler() 77 if (signal(SIGINT, sig_handler) == SIG_ERR) in main()
|
/linux-6.3-rc2/tools/testing/selftests/arm64/fp/ |
A D | asm-offsets.h | 8 #define SIGINT 2 macro
|
/linux-6.3-rc2/tools/perf/tests/workloads/ |
A D | noploop.c | 22 signal(SIGINT, sighandler); in noploop()
|
A D | thloop.c | 42 signal(SIGINT, sighandler); in thloop()
|
/linux-6.3-rc2/arch/sparc/kernel/ |
A D | nmi.c | 73 pt_regs_trap_type(regs), SIGINT) == NOTIFY_STOP) in die_nmi() 96 pt_regs_trap_type(regs), SIGINT) == NOTIFY_STOP) in perfctr_irq()
|
/linux-6.3-rc2/arch/ia64/include/uapi/asm/ |
A D | signal.h | 14 #define SIGINT 2 macro
|
/linux-6.3-rc2/security/apparmor/include/ |
A D | sig_names.h | 15 [SIGINT] = 2,
|
/linux-6.3-rc2/arch/parisc/include/uapi/asm/ |
A D | signal.h | 6 #define SIGINT 2 macro
|
/linux-6.3-rc2/tools/testing/selftests/bpf/map_tests/ |
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-6.3-rc2/arch/m68k/include/uapi/asm/ |
A D | signal.h | 19 #define SIGINT 2 macro
|
/linux-6.3-rc2/arch/s390/include/uapi/asm/ |
A D | signal.h | 27 #define SIGINT 2 macro
|
/linux-6.3-rc2/arch/arm/include/uapi/asm/ |
A D | signal.h | 19 #define SIGINT 2 macro
|
/linux-6.3-rc2/include/uapi/asm-generic/ |
A D | signal.h | 12 #define SIGINT 2 macro
|
/linux-6.3-rc2/arch/xtensa/include/uapi/asm/ |
A D | signal.h | 36 #define SIGINT 2 macro
|
/linux-6.3-rc2/arch/x86/include/uapi/asm/ |
A D | signal.h | 24 #define SIGINT 2 macro
|
/linux-6.3-rc2/arch/mips/include/uapi/asm/ |
A D | signal.h | 26 #define SIGINT 2 /* Interrupt (ANSI). */ macro
|
/linux-6.3-rc2/arch/powerpc/include/uapi/asm/ |
A D | signal.h | 22 #define SIGINT 2 macro
|
/linux-6.3-rc2/tools/lib/subcmd/ |
A D | sigchain.c | 49 sigchain_push(SIGINT, f); in sigchain_push_common()
|
/linux-6.3-rc2/tools/testing/selftests/timers/ |
A D | leapcrash.c | 67 signal(SIGINT, handler); in main()
|
/linux-6.3-rc2/arch/alpha/include/uapi/asm/ |
A D | signal.h | 24 #define SIGINT 2 macro
|
/linux-6.3-rc2/tools/thermal/tmon/ |
A D | tmon.c | 111 case SIGINT: in tmon_sig_handler() 277 if (signal(SIGINT, tmon_sig_handler) == SIG_ERR) in main()
|