Searched refs:SIGTERM (Results 76 - 100 of 112) sorted by relevance

12345

/linux-master/tools/perf/
H A Dbuiltin-daemon.c902 daemon_session__signal(session, SIGTERM);
957 daemon__signal(daemon, SIGTERM);
1320 signal(SIGTERM, sig_handler);
H A Dbuiltin-stat.c665 kill(child_pid, SIGTERM);
871 kill(child_pid, SIGTERM);
974 * won't send SIGTERM to a random
988 * goal is to avoid send SIGTERM to a random
996 kill(child_pid, SIGTERM);
/linux-master/tools/thermal/thermometer/
H A Dthermometer.c444 if (kill(pid, SIGTERM))
445 ERROR("Failed to send SIGTERM signal to '%d': %p\n", pid);
/linux-master/drivers/staging/rtl8712/
H A Drtl8712_cmd.c267 allow_signal(SIGTERM);
/linux-master/tools/testing/selftests/proc/
H A Dproc-pid-vm.c76 kill(pid, SIGTERM);
/linux-master/tools/testing/selftests/gpio/
H A Dgpio-sim.sh174 trap "exit 1" SIGTERM SIGINT
/linux-master/arch/loongarch/kernel/
H A Dasm-offsets.c240 DEFINE(_SIGTERM, SIGTERM);
/linux-master/arch/um/os-Linux/skas/
H A Dprocess.c217 signal(SIGTERM, SIG_DFL);
/linux-master/tools/testing/selftests/resctrl/
H A Dresctrlfs.c823 kill(pid, SIGTERM);
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_zswap.c535 kill(child_pid, SIGTERM);
/linux-master/tools/testing/selftests/memfd/
H A Dmemfd_test.c752 /* dummy waiter; SIGTERM terminates us anyway */
754 sigaddset(&set, SIGTERM);
809 kill(pid, SIGTERM);
/linux-master/tools/perf/ui/gtk/
H A Dhists.c607 signal(SIGTERM, perf_gtk__signal);
/linux-master/tools/testing/selftests/bpf/
H A Dxdp_features.c664 signal(SIGTERM, sig_handler);
/linux-master/tools/iio/
H A Diio_generic_buffer.c321 const int signums[] = { SIGINT, SIGTERM, SIGABRT };
/linux-master/tools/testing/selftests/arm64/fp/
H A Dsve-test.S388 mov w0, #SIGTERM
/linux-master/drivers/gpu/drm/ttm/tests/
H A Dttm_bo_test.c175 do_send_sig_info(SIGTERM, SEND_SIG_PRIV, task, PIDTYPE_PID);
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c78 * by kernel, SIGTERM otherwise.
127 * SIGTERM otherwise.
132 sig = kernel_initiated ? SIGUSR1 : SIGTERM;
/linux-master/arch/mips/kernel/
H A Dasm-offsets.c276 DEFINE(_SIGTERM, SIGTERM);
/linux-master/drivers/isdn/mISDN/
H A Dl1oip_core.c658 allow_signal(SIGTERM);
763 send_sig(SIGTERM, hc->socket_thread, 0);
/linux-master/drivers/usb/atm/
H A Dusbatm.c960 allow_signal(SIGTERM);
1224 send_sig(SIGTERM, instance->thread, 1);
/linux-master/tools/tracing/latency/
H A Dlatency-collector.c466 sigaddset_or_die(&s, SIGTERM);
489 sigaction_or_die(SIGTERM, &sa, NULL);
/linux-master/tools/testing/selftests/mm/
H A Dkhugepaged.c122 signal(SIGTERM, restore_settings);
H A Dhmm-tests.c2030 /* Child process waitd for SIGTERM from the parent. */
2044 EXPECT_EQ(0, kill(pid, SIGTERM));
2047 EXPECT_EQ(SIGTERM, WTERMSIG(status));
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_events.c1135 /* Send SIGTERM no event of type "type" has been found*/
1139 "Sending SIGTERM to process %d (pasid 0x%x)",
1141 send_sig(SIGTERM, p->lead_thread, 0);
/linux-master/drivers/tty/
H A Dsysrq.c375 send_sig_all(SIGTERM);

Completed in 311 milliseconds

12345