Searched refs:SIGTERM (Results 51 - 75 of 112) sorted by relevance

12345

/linux-master/samples/bpf/
H A Dsampleip_user.c214 signal(SIGTERM, int_exit);
H A Dcpustat_user.c239 signal(SIGTERM, int_exit);
H A Dtrace_event_user.c304 signal(SIGTERM, err_exit);
H A Dcookie_uid_helper_example.c319 if (signal(SIGTERM, finish) == SIG_ERR)
320 error(1, errno, "register SIGTERM handler failed");
H A Dxdp_tx_iptunnel_user.c282 signal(SIGTERM, int_exit);
/linux-master/tools/testing/selftests/net/netfilter/
H A Daudit_logread.c153 if (sigaction(SIGTERM, &act, NULL) < 0 ||
/linux-master/arch/um/os-Linux/
H A Dmain.c136 install_fatal_handler(SIGTERM);
/linux-master/tools/testing/selftests/net/af_unix/
H A Dtest_unix_oob.c67 kill(producer_id, SIGTERM);
129 kill(0, SIGTERM);
/linux-master/tools/usb/usbip/src/
H A Dusbipd.c458 sigaction(SIGTERM, &act, NULL);
555 sigdelset(&sigmask, SIGTERM);
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c230 kill(child->pid, SIGTERM);
529 ret = sigaction(SIGTERM, &sa, NULL);
531 ksft_print_msg("Failed to install SIGTERM handler: %s (%d)\n",
H A Dzt-test.S210 mov w0, #SIGTERM
H A Dfpsimd-test.S225 mov w0, #SIGTERM
H A Dza-test.S241 mov w0, #SIGTERM
/linux-master/tools/testing/selftests/bpf/
H A Dxdp_synproxy.c229 signal(SIGTERM, cleanup);
267 signal(SIGTERM, SIG_DFL);
/linux-master/tools/perf/tests/shell/
H A Ddaemon.sh123 trap - SIGINT SIGTERM
140 trap 'echo "FAILED: Signal caught"; daemon_exit "${config}"; exit 1' SIGINT SIGTERM
/linux-master/tools/testing/fault-injection/
H A Dfailcmd.sh217 trap "restore_values" SIGINT SIGTERM EXIT
/linux-master/tools/bpf/bpftool/
H A Dmap_perf_ring.c199 signal(SIGTERM, int_exit);
/linux-master/tools/testing/selftests/mm/
H A Dmigration.c172 ASSERT_EQ(kill(self->pids[i], SIGTERM), 0);
/linux-master/tools/perf/ui/gtk/
H A Dannotate.c209 signal(SIGTERM, perf_gtk__signal);
/linux-master/tools/testing/selftests/gpio/
H A Dgpio-mockup.sh338 trap 'exit $ksft_fail' SIGTERM SIGINT
/linux-master/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c697 sigaddset(&sa.sa_mask, SIGTERM);
708 if (sigaction(SIGTERM, &sa, NULL) == -1)
709 shutdown(1, "sigaction(SIGTERM)", __LINE__);
/linux-master/tools/testing/selftests/resctrl/
H A Dresctrl_val.c499 sigaction(SIGTERM, &sigact, NULL) ||
520 sigaction(SIGTERM, &sigact, NULL) ||
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb.c481 if (sigaction(SIGTERM, &term_action, NULL))
/linux-master/tools/testing/selftests/proc/
H A Dproc-empty-vm.c476 kill(getppid(), SIGTERM); local
/linux-master/tools/perf/bench/
H A Dsched-messaging.c313 signal(SIGTERM, sig_handler);

Completed in 579 milliseconds

12345