Symbol: SIGTERM
arch/loongarch/kernel/asm-offsets.c
244
DEFINE(_SIGTERM, SIGTERM);
arch/mips/kernel/asm-offsets.c
284
DEFINE(_SIGTERM, SIGTERM);
arch/powerpc/platforms/powernv/opal-core.c
132
sig = kernel_initiated ? SIGUSR1 : SIGTERM;
arch/um/os-Linux/helper.c
229
sigaddset(&sigset, SIGTERM);
arch/um/os-Linux/main.c
148
install_fatal_handler(SIGTERM);
arch/um/os-Linux/util.c
111
signal(SIGTERM, SIG_DFL);
arch/um/os-Linux/util.c
127
signal(SIGTERM, SIG_IGN);
arch/um/os-Linux/util.c
128
kill(0, SIGTERM);
drivers/gpu/drm/amd/amdkfd/kfd_events.c
1161
send_sig(SIGTERM, p->lead_thread, 0);
drivers/gpu/drm/ttm/tests/ttm_bo_test.c
181
do_send_sig_info(SIGTERM, SEND_SIG_PRIV, task, PIDTYPE_PID);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
2480
send_sig(SIGTERM, bus->watchdog_tsk, 1);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
4103
allow_signal(SIGTERM);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
4578
send_sig(SIGTERM, bus->watchdog_tsk, 1);
drivers/staging/rtl8723bs/core/rtw_cmd.c
386
allow_signal(SIGTERM);
drivers/staging/rtl8723bs/core/rtw_xmit.c
2519
allow_signal(SIGTERM);
drivers/staging/rtl8723bs/hal/rtl8723bs_xmit.c
405
allow_signal(SIGTERM);
drivers/tty/sysrq.c
375
send_sig_all(SIGTERM);
drivers/usb/atm/usbatm.c
1224
send_sig(SIGTERM, instance->thread, 1);
drivers/usb/atm/usbatm.c
960
allow_signal(SIGTERM);
drivers/usb/gadget/function/f_mass_storage.c
2579
allow_signal(SIGTERM);
kernel/audit.c
2761
(sig == SIGTERM || sig == SIGHUP ||
samples/bpf/cookie_uid_helper_example.c
319
if (signal(SIGTERM, finish) == SIG_ERR)
samples/bpf/cpustat_user.c
239
signal(SIGTERM, int_exit);
samples/bpf/ibumad_user.c
113
signal(SIGTERM, dump_exit);
samples/bpf/offwaketime_user.c
130
signal(SIGTERM, int_exit);
samples/bpf/sampleip_user.c
214
signal(SIGTERM, int_exit);
samples/bpf/trace_event_user.c
304
signal(SIGTERM, err_exit);
samples/bpf/xdp_adjust_tail_user.c
180
signal(SIGTERM, int_exit);
samples/bpf/xdp_sample_user.c
1247
sigaddset(&st, SIGTERM);
samples/bpf/xdp_tx_iptunnel_user.c
282
signal(SIGTERM, int_exit);
samples/hid/hid_mouse.c
130
signal(SIGTERM, int_exit);
samples/hid/hid_surface_dial.c
193
signal(SIGTERM, int_exit);
security/apparmor/include/sig_names.h
24
[SIGTERM] = 15,
tools/arch/x86/dell-uart-backlight-emulator/dell-uart-backlight-emulator.c
79
sigaction(SIGTERM, &sigact, 0);
tools/bpf/bpftool/map_perf_ring.c
200
signal(SIGTERM, int_exit);
tools/bpf/bpftool/tracelog.c
140
sigaction(SIGTERM, &act, NULL);
tools/iio/iio_generic_buffer.c
375
const int signums[] = { SIGINT, SIGTERM, SIGABRT };
tools/lib/subcmd/sigchain.c
51
sigchain_push(SIGTERM, f);
tools/perf/bench/sched-messaging.c
313
signal(SIGTERM, sig_handler);
tools/perf/builtin-daemon.c
1319
signal(SIGTERM, sig_handler);
tools/perf/builtin-daemon.c
901
daemon_session__signal(session, SIGTERM);
tools/perf/builtin-daemon.c
956
daemon__signal(daemon, SIGTERM);
tools/perf/builtin-kvm.c
1430
signal(SIGTERM, sig_handler);
tools/perf/builtin-kwork.c
1917
signal(SIGTERM, sig_handler);
tools/perf/builtin-kwork.c
2257
signal(SIGTERM, sig_handler);
tools/perf/builtin-lock.c
2066
signal(SIGTERM, sighandler);
tools/perf/builtin-record.c
2446
signal(SIGTERM, sig_handler);
tools/perf/builtin-record.c
2912
kill(rec->evlist->workload.pid, SIGTERM);
tools/perf/builtin-sched.c
3918
signal(SIGTERM, sighandler);
tools/perf/builtin-sched.c
4850
signal(SIGTERM, sighandler);
tools/perf/builtin-stat.c
1129
kill(child_pid, SIGTERM);
tools/perf/builtin-stat.c
915
kill(child_pid, SIGTERM);
tools/perf/builtin-stat.c
979
kill(child_pid, SIGTERM);
tools/perf/builtin-top.c
673
signal(SIGTERM, display_sig);
tools/perf/tests/builtin-test.c
1314
signal(SIGTERM, cmd_test_sig_handler);
tools/perf/tests/builtin-test.c
1402
signal(SIGTERM, SIG_DFL);
tools/perf/tests/builtin-test.c
350
SIGABRT, SIGBUS, SIGFPE, SIGILL, SIGINT, SIGPIPE, SIGQUIT, SIGSEGV, SIGTERM,
tools/perf/tests/builtin-test.c
883
sigaddset(&set, SIGTERM);
tools/perf/tests/builtin-test.c
900
sigaddset(&set, SIGTERM);
tools/perf/tests/builtin-test.c
974
sigaddset(&set, SIGTERM);
tools/perf/tests/kallsyms-split.c
113
signal(SIGTERM, remove_proc_dir);
tools/perf/ui/gtk/annotate.c
212
signal(SIGTERM, perf_gtk__signal);
tools/perf/ui/gtk/hists.c
607
signal(SIGTERM, perf_gtk__signal);
tools/perf/ui/tui/setup.c
171
signal(SIGTERM, ui__signal);
tools/perf/util/evlist.c
1512
signal(SIGTERM, SIG_DFL);
tools/perf/util/intel-tpebs.c
570
kill(tpebs_cmd.pid, SIGTERM);
tools/perf/util/intel-tpebs.c
588
kill(tpebs_cmd.pid, SIGTERM);
tools/power/x86/intel-speed-select/isst-daemon.c
137
case SIGTERM:
tools/power/x86/intel-speed-select/isst-daemon.c
171
sigaction(SIGTERM, &sig_actions, NULL);
tools/sched_ext/scx_central.c
54
signal(SIGTERM, sigint_handler);
tools/sched_ext/scx_cpu0.c
70
signal(SIGTERM, sigint_handler);
tools/sched_ext/scx_flatcg.c
141
signal(SIGTERM, sigint_handler);
tools/sched_ext/scx_pair.c
55
signal(SIGTERM, sigint_handler);
tools/sched_ext/scx_qmap.c
76
signal(SIGTERM, sigint_handler);
tools/sched_ext/scx_sdt.c
52
signal(SIGTERM, sigint_handler);
tools/sched_ext/scx_simple.c
72
signal(SIGTERM, sigint_handler);
tools/sched_ext/scx_userland.c
340
signal(SIGTERM, sigint_handler);
tools/testing/selftests/arm64/fp/fp-stress.c
232
kill(child->pid, SIGTERM);
tools/testing/selftests/arm64/fp/fp-stress.c
540
ret = sigaction(SIGTERM, &sa, NULL);
tools/testing/selftests/arm64/fp/kernel-test.c
262
ret = sigaction(SIGTERM, &sa, NULL);
tools/testing/selftests/arm64/gcs/gcs-stress.c
236
kill(child->pid, SIGTERM);
tools/testing/selftests/arm64/gcs/gcs-stress.c
424
ret = sigaction(SIGTERM, &sa, NULL);
tools/testing/selftests/bpf/map_tests/sk_storage_map.c
403
signal(SIGTERM, stop_handler);
tools/testing/selftests/bpf/map_tests/sk_storage_map.c
420
signal(SIGTERM, SIG_DFL);
tools/testing/selftests/bpf/map_tests/sk_storage_map.c
437
signal(SIGTERM, stop_handler);
tools/testing/selftests/bpf/map_tests/sk_storage_map.c
446
signal(SIGTERM, SIG_DFL);
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
1252
kill(tunnel_pid, SIGTERM);
tools/testing/selftests/bpf/xdp_features.c
665
signal(SIGTERM, sig_handler);
tools/testing/selftests/bpf/xdp_synproxy.c
229
signal(SIGTERM, cleanup);
tools/testing/selftests/bpf/xdp_synproxy.c
267
signal(SIGTERM, SIG_DFL);
tools/testing/selftests/cgroup/test_cpuset.c
133
(void)kill(object_pid, SIGTERM);
tools/testing/selftests/cgroup/test_cpuset.c
219
(void)kill(object_pid, SIGTERM);
tools/testing/selftests/cgroup/test_zswap.c
631
kill(child_pid, SIGTERM);
tools/testing/selftests/cgroup/test_zswap.c
764
kill(child_pid, SIGTERM);
tools/testing/selftests/coredump/coredump_socket_protocol_test.c
41
kill(self->pid_coredump_server, SIGTERM);
tools/testing/selftests/coredump/coredump_socket_test.c
39
kill(self->pid_coredump_server, SIGTERM);
tools/testing/selftests/coredump/stackdump_test.c
66
kill(self->pid_coredump_server, SIGTERM);
tools/testing/selftests/gpio/gpio-mockup-cdev.c
110
sigaddset(&wset, SIGTERM);
tools/testing/selftests/membarrier/membarrier_rseq_stress.c
443
prctl(PR_SET_PDEATHSIG, SIGTERM);
tools/testing/selftests/membarrier/membarrier_rseq_stress.c
493
sigaddset(&mask, SIGTERM);
tools/testing/selftests/membarrier/membarrier_rseq_stress.c
509
prctl(PR_SET_PDEATHSIG, SIGTERM);
tools/testing/selftests/membarrier/membarrier_rseq_stress.c
519
sigaddset(&mask, SIGTERM);
tools/testing/selftests/membarrier/membarrier_rseq_stress.c
553
kill(leaves[j].pid, SIGTERM);
tools/testing/selftests/membarrier/membarrier_rseq_stress.c
574
if (sig == SIGTERM) {
tools/testing/selftests/membarrier/membarrier_rseq_stress.c
606
kill(leaves[i].pid, SIGTERM);
tools/testing/selftests/membarrier/membarrier_rseq_stress.c
783
sigaddset(&sigmask, SIGTERM);
tools/testing/selftests/membarrier/membarrier_rseq_stress.c
810
kill(child, SIGTERM);
tools/testing/selftests/membarrier/membarrier_rseq_stress.c
822
kill(child, SIGTERM);
tools/testing/selftests/membarrier/membarrier_rseq_stress.c
837
kill(child, SIGTERM);
tools/testing/selftests/membarrier/membarrier_rseq_stress.c
866
kill(child, SIGTERM);
tools/testing/selftests/membarrier/membarrier_rseq_stress.c
910
kill(child, SIGTERM);
tools/testing/selftests/memfd/memfd_test.c
790
sigaddset(&set, SIGTERM);
tools/testing/selftests/memfd/memfd_test.c
845
kill(pid, SIGTERM);
tools/testing/selftests/mm/hugepage_settings.c
596
signal(SIGTERM, hugepage_restore_settings_sighandler);
tools/testing/selftests/mm/migration.c
101
if (!WIFSIGNALED(status) || WTERMSIG(status) != SIGTERM)
tools/testing/selftests/mm/migration.c
42
sigaction(SIGTERM, &sa, NULL);
tools/testing/selftests/mm/migration.c
97
if (kill(pid, SIGTERM))
tools/testing/selftests/mqueue/mq_perf_tests.c
699
sigaddset(&sa.sa_mask, SIGTERM);
tools/testing/selftests/mqueue/mq_perf_tests.c
710
if (sigaction(SIGTERM, &sa, NULL) == -1)
tools/testing/selftests/net/fin_ack_lat.c
106
kill(SIGTERM, child_pid);
tools/testing/selftests/net/fin_ack_lat.c
118
if (signal(SIGTERM, sig_handler) == SIG_ERR)
tools/testing/selftests/net/netfilter/audit_logread.c
153
if (sigaction(SIGTERM, &act, NULL) < 0 ||
tools/testing/selftests/pipe/pipe_bench.c
317
kill(pid, SIGTERM);
tools/testing/selftests/powerpc/harness.c
66
kill(-pid, SIGTERM);
tools/testing/selftests/powerpc/harness.c
74
kill(-pid, SIGTERM);
tools/testing/selftests/powerpc/pmu/ebb/ebb.c
481
if (sigaction(SIGTERM, &term_action, NULL))
tools/testing/selftests/powerpc/pmu/lib.c
79
kill(child_pid, SIGTERM);
tools/testing/selftests/powerpc/pmu/lib.c
92
signal(SIGTERM, SIG_DFL);
tools/testing/selftests/powerpc/ptrace/ptrace-gpr.c
148
kill(pid, SIGTERM);
tools/testing/selftests/powerpc/ptrace/ptrace-tm-gpr.c
133
kill(pid, SIGTERM);
tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-gpr.c
142
kill(pid, SIGTERM);
tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-tar.c
147
kill(pid, SIGTERM);
tools/testing/selftests/powerpc/ptrace/ptrace-tm-tar.c
134
kill(pid, SIGTERM);
tools/testing/selftests/powerpc/ptrace/ptrace-vsx.c
90
kill(pid, SIGTERM);
tools/testing/selftests/proc/proc-empty-vm.c
473
kill(getppid(), SIGTERM);
tools/testing/selftests/proc/proc-pid-vm.c
81
kill(pid, SIGTERM);
tools/testing/selftests/proc/setns-dcache.c
108
kill(pid, SIGTERM);
tools/testing/selftests/proc/setns-dcache.c
41
kill(pid, SIGTERM);
tools/testing/selftests/proc/setns-sysvipc.c
107
kill(pid, SIGTERM);
tools/testing/selftests/proc/setns-sysvipc.c
40
kill(pid, SIGTERM);
tools/testing/selftests/resctrl/resctrl_val.c
474
sigaction(SIGTERM, &sigact, NULL) ||
tools/testing/selftests/resctrl/resctrl_val.c
495
sigaction(SIGTERM, &sigact, NULL) ||
tools/testing/selftests/resctrl/resctrlfs.c
932
kill(pid, SIGTERM);
tools/testing/selftests/sched_ext/runner.c
143
signal(SIGTERM, sigint_handler);
tools/testing/selftests/seccomp/seccomp_bpf.c
4830
EXPECT_EQ(kill(pid, SIGTERM), 0);
tools/testing/selftests/seccomp/seccomp_bpf.c
4838
EXPECT_EQ(SIGTERM, WTERMSIG(status));
tools/testing/selftests/thermal/intel/power_floor/power_floor_test.c
48
if (signal(SIGTERM, power_floor_exit) == SIG_IGN)
tools/testing/selftests/thermal/intel/power_floor/power_floor_test.c
49
signal(SIGTERM, SIG_IGN);
tools/testing/selftests/thermal/intel/workload_hint/workload_hint_test.c
107
if (signal(SIGTERM, workload_hint_exit) == SIG_IGN)
tools/testing/selftests/thermal/intel/workload_hint/workload_hint_test.c
108
signal(SIGTERM, SIG_IGN);
tools/testing/selftests/uevent/uevent_filtering.c
328
ret = kill(pid, SIGTERM); /* success */
tools/testing/selftests/uevent/uevent_filtering.c
344
if (sig == SIGTERM)
tools/testing/selftests/uevent/uevent_filtering.c
374
ret = sigaction(SIGTERM, &act, NULL);
tools/testing/selftests/watchdog/watchdog-test.c
347
signal(SIGTERM, term);
tools/thermal/thermometer/thermometer.c
445
if (kill(pid, SIGTERM))
tools/thermal/tmon/tmon.c
103
case SIGTERM:
tools/thermal/tmon/tmon.c
279
if (signal(SIGTERM, tmon_sig_handler) == SIG_ERR)
tools/tracing/latency/latency-collector.c
466
sigaddset_or_die(&s, SIGTERM);
tools/tracing/latency/latency-collector.c
489
sigaction_or_die(SIGTERM, &sa, NULL);
tools/usb/usbip/src/usbipd.c
458
sigaction(SIGTERM, &act, NULL);
tools/usb/usbip/src/usbipd.c
555
sigdelset(&sigmask, SIGTERM);
tools/verification/rv/src/rv.c
194
signal(SIGTERM, stop_rv);
tools/virtio/virtio-trace/trace-agent-ctl.c
96
signal(SIGTERM, signal_handler);