| /tools/testing/selftests/proc/ |
| A D | setns-dcache.c | 41 kill(pid, SIGTERM); in f() 108 kill(pid, SIGTERM); in main()
|
| A D | setns-sysvipc.c | 40 kill(pid, SIGTERM); in f() 107 kill(pid, SIGTERM); in main()
|
| /tools/testing/selftests/thermal/intel/power_floor/ |
| A D | power_floor_test.c | 48 if (signal(SIGTERM, power_floor_exit) == SIG_IGN) in main() 49 signal(SIGTERM, SIG_IGN); in main()
|
| /tools/testing/selftests/powerpc/ |
| A D | harness.c | 66 kill(-pid, SIGTERM); in run_test() 74 kill(-pid, SIGTERM); in run_test()
|
| /tools/testing/selftests/arm64/fp/ |
| A D | asm-offsets.h | 7 #define SIGTERM 15 macro
|
| /tools/testing/selftests/thermal/intel/workload_hint/ |
| A D | workload_hint_test.c | 89 if (signal(SIGTERM, workload_hint_exit) == SIG_IGN) in main() 90 signal(SIGTERM, SIG_IGN); in main()
|
| /tools/testing/selftests/powerpc/pmu/ |
| A D | lib.c | 79 kill(child_pid, SIGTERM); in kill_child_and_wait() 92 signal(SIGTERM, SIG_DFL); in eat_cpu_child()
|
| /tools/testing/selftests/mm/ |
| A D | droppable.c | 49 kill(child, SIGTERM); in main()
|
| A D | migration.c | 178 ASSERT_EQ(kill(self->pids[i], SIGTERM), 0); 250 ASSERT_EQ(kill(self->pids[i], SIGTERM), 0); 310 ASSERT_EQ(kill(self->pids[i], SIGTERM), 0);
|
| /tools/testing/selftests/net/ |
| A D | fin_ack_lat.c | 106 kill(SIGTERM, child_pid); in sig_handler() 118 if (signal(SIGTERM, sig_handler) == SIG_ERR) in main()
|
| /tools/testing/selftests/cgroup/ |
| A D | with_stress.sh | 97 kill -SIGTERM $pid
|
| A D | test_cpuset.c | 133 (void)kill(object_pid, SIGTERM); in test_cpuset_perms_object() 219 (void)kill(object_pid, SIGTERM); in test_cpuset_perms_subtree()
|
| /tools/lib/subcmd/ |
| A D | sigchain.c | 51 sigchain_push(SIGTERM, f); in sigchain_push_common()
|
| /tools/virtio/virtio-trace/ |
| A D | trace-agent-ctl.c | 96 signal(SIGTERM, signal_handler); in rw_ctl_loop()
|
| /tools/testing/selftests/uevent/ |
| A D | uevent_filtering.c | 328 ret = kill(pid, SIGTERM); /* success */ in do_test() 344 if (sig == SIGTERM) in signal_handler() 374 ret = sigaction(SIGTERM, &act, NULL); in TEST()
|
| /tools/power/x86/intel-speed-select/ |
| A D | isst-daemon.c | 137 case SIGTERM: in signal_handler() 170 sigaction(SIGTERM, &sig_actions, NULL);
|
| /tools/sched_ext/ |
| A D | scx_simple.c | 70 signal(SIGTERM, sigint_handler); in main()
|
| /tools/testing/selftests/filesystems/fat/ |
| A D | run_fat_tests.sh | 24 trap cleanup SIGINT SIGTERM EXIT
|
| /tools/testing/selftests/net/lib/py/ |
| A D | ksft.py | 227 prev_sigterm = signal.signal(signal.SIGTERM, _ksft_intr) 272 signal.signal(signal.SIGTERM, prev_sigterm)
|
| /tools/testing/selftests/bpf/map_tests/ |
| A D | sk_storage_map.c | 403 signal(SIGTERM, stop_handler); in test_sk_storage_map_stress_free() 420 signal(SIGTERM, SIG_DFL); in test_sk_storage_map_stress_free() 437 signal(SIGTERM, stop_handler); in test_sk_storage_map_stress_change() 446 signal(SIGTERM, SIG_DFL); in test_sk_storage_map_stress_change()
|
| /tools/thermal/tmon/ |
| A D | tmon.c | 103 case SIGTERM: in tmon_sig_handler() 279 if (signal(SIGTERM, tmon_sig_handler) == SIG_ERR) in main()
|
| /tools/testing/selftests/powerpc/ptrace/ |
| A D | ptrace-vsx.c | 90 kill(pid, SIGTERM); in ptrace_vsx()
|
| A D | ptrace-tm-gpr.c | 133 kill(pid, SIGTERM); in ptrace_tm_gpr()
|
| /tools/verification/rv/src/ |
| A D | rv.c | 194 signal(SIGTERM, stop_rv); in main()
|
| /tools/testing/selftests/arm64/gcs/ |
| A D | gcs-stress-thread.S | 20 #define SIGTERM 15 macro 279 mov w0, #SIGTERM
|