Home
last modified time | relevance | path

Searched refs:sigint_handler (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/tools/testing/selftests/powerpc/pmu/ebb/
Dmulti_ebb_procs_test.c21 static void sigint_handler(int signal) in sigint_handler() function
27 .sa_handler = sigint_handler,
/linux-6.1.9/tools/testing/selftests/net/
Dudpgso_bench_rx.c55 static void sigint_handler(int signum) in sigint_handler() function
404 signal(SIGINT, sigint_handler); in main()
Dudpgso_bench_tx.c89 static void sigint_handler(int signum) in sigint_handler() function
631 signal(SIGINT, sigint_handler); in main()
/linux-6.1.9/Documentation/trace/postprocess/
Dtrace-pagealloc-postprocess.pl50 sub sigint_handler { subroutine
Dtrace-vmscan-postprocess.pl81 sub sigint_handler { subroutine
/linux-6.1.9/tools/firewire/
Dnosy-dump.c125 sigint_handler(int signal_num) in sigint_handler() function
906 sys_sigint_handler = signal(SIGINT, sigint_handler); in main()
/linux-6.1.9/tools/testing/selftests/bpf/
Dtest_progs.c983 static void sigint_handler(int signum) in sigint_handler() function
1317 .sa_handler = sigint_handler, in server_main()