Symbol: WTERMSIG
tools/perf/bench/sched-seccomp-notify.c
139
if (!WIFSIGNALED(status) || WTERMSIG(status) != SIGKILL)
tools/perf/builtin-daemon.c
427
session->name, WTERMSIG(status));
tools/perf/builtin-record.c
2914
signr = WTERMSIG(exit_status);
tools/perf/builtin-stat.c
997
err = 0 - (128 + WTERMSIG(status));
tools/perf/builtin-stat.c
998
psignal(WTERMSIG(status), argv[0]);
tools/testing/selftests/arm64/fp/fp-ptrace.c
738
WTERMSIG(wait_status));
tools/testing/selftests/arm64/fp/fp-ptrace.c
775
WTERMSIG(wait_status));
tools/testing/selftests/arm64/fp/fp-ptrace.c
816
WTERMSIG(wait_status));
tools/testing/selftests/arm64/gcs/basic-gcs.c
282
WTERMSIG(status));
tools/testing/selftests/arm64/gcs/basic-gcs.c
345
WTERMSIG(status));
tools/testing/selftests/arm64/gcs/gcs-stress.c
265
child->exit_signal = WTERMSIG(status);
tools/testing/selftests/bpf/prog_tests/uprobe_syscall.c
332
ASSERT_EQ(WTERMSIG(status), SIGILL, "WTERMSIG");
tools/testing/selftests/coredump/coredump_socket_protocol_test.c
1125
ASSERT_EQ(WTERMSIG(status), SIGSEGV);
tools/testing/selftests/coredump/coredump_socket_protocol_test.c
1258
ASSERT_EQ(WTERMSIG(status), SIGABRT);
tools/testing/selftests/coredump/coredump_socket_test.c
335
ASSERT_EQ(WTERMSIG(status), SIGKILL);
tools/testing/selftests/coredump/coredump_socket_test.c
568
ASSERT_EQ(WTERMSIG(status), SIGSEGV);
tools/testing/selftests/coredump/coredump_socket_test.c
714
ASSERT_EQ(WTERMSIG(status), SIGABRT);
tools/testing/selftests/filesystems/statmount/statmount_test_ns.c
54
WIFSIGNALED(status), WTERMSIG(status));
tools/testing/selftests/kselftest_harness.h
1050
if (WTERMSIG(status) == SIGABRT) {
tools/testing/selftests/kselftest_harness.h
1054
} else if (WTERMSIG(status) == t->termsig) {
tools/testing/selftests/kselftest_harness.h
1060
WTERMSIG(status));
tools/testing/selftests/kselftest_harness.h
459
kill(getpid(), WTERMSIG(status)); \
tools/testing/selftests/memfd/memfd_test.c
833
WTERMSIG(wstatus));
tools/testing/selftests/mm/hmm-tests.c
2082
EXPECT_EQ(SIGTERM, WTERMSIG(status));
tools/testing/selftests/namespaces/listns_efault_test.c
181
ASSERT_EQ(WTERMSIG(status), SIGKILL);
tools/testing/selftests/namespaces/listns_efault_test.c
390
ASSERT_EQ(WTERMSIG(status), SIGKILL);
tools/testing/selftests/namespaces/listns_efault_test.c
525
ASSERT_EQ(WTERMSIG(status), SIGKILL);
tools/testing/selftests/net/mptcp/mptcp_inq.c
564
xerror("%s killed by signal %d\n", what, WTERMSIG(wstatus));
tools/testing/selftests/net/mptcp/mptcp_sockopt.c
814
xerror("%s killed by signal %d\n", what, WTERMSIG(wstatus));
tools/testing/selftests/nolibc/nolibc-test.c
1879
if (pid == -1 || !WIFSIGNALED(status) || WTERMSIG(status) != SIGABRT) {
tools/testing/selftests/pidfd/pidfd.h
241
WIFSIGNALED(status), WTERMSIG(status));
tools/testing/selftests/pidfd/pidfd_info_test.c
161
ASSERT_EQ(WTERMSIG(info.exit_code), SIGKILL);
tools/testing/selftests/pidfd/pidfd_info_test.c
218
ASSERT_EQ(WTERMSIG(info.exit_code), SIGKILL);
tools/testing/selftests/pidfd/pidfd_info_test.c
368
ASSERT_EQ(WTERMSIG(info.exit_code), SIGKILL);
tools/testing/selftests/pidfd/pidfd_info_test.c
381
ASSERT_EQ(WTERMSIG(info2.exit_code), SIGKILL);
tools/testing/selftests/pidfd/pidfd_info_test.c
391
ASSERT_EQ(WTERMSIG(info.exit_code), SIGKILL);
tools/testing/selftests/powerpc/harness.c
80
printf("!! child died by signal %d\n", WTERMSIG(status));
tools/testing/selftests/powerpc/mm/stack_expansion_ldst.c
148
WTERMSIG(rc));
tools/testing/selftests/powerpc/signal/sigreturn_kernel.c
53
FAIL_IF(WTERMSIG(child_ret) != 11);
tools/testing/selftests/ptrace/get_syscall_info.c
139
WTERMSIG(status));
tools/testing/selftests/ptrace/set_syscall_info.c
394
WTERMSIG(status));
tools/testing/selftests/riscv/vector/vstate_exec_nolibc.c
79
if (WTERMSIG(status) != SIGILL) {
tools/testing/selftests/rlimits/rlimits-per-userns.c
150
pid, -child[i], WTERMSIG(wstatus[i]));
tools/testing/selftests/rlimits/rlimits-per-userns.c
152
if (WIFSIGNALED(wstatus[i]) && WTERMSIG(wstatus[i]) == SIGUSR1)
tools/testing/selftests/safesetid/safesetid-test.c
305
if (WTERMSIG(wstatus) == 9) {
tools/testing/selftests/safesetid/safesetid-test.c
361
if (WTERMSIG(wstatus) == 9) {
tools/testing/selftests/safesetid/safesetid-test.c
426
if (WTERMSIG(wstatus) == 9) {
tools/testing/selftests/seccomp/seccomp_bpf.c
4832
EXPECT_EQ(SIGTERM, WTERMSIG(status));
tools/testing/selftests/seccomp/seccomp_bpf.c
921
ASSERT_EQ(SIGSYS, WTERMSIG(status));
tools/testing/selftests/seccomp/seccomp_bpf.c
942
ASSERT_EQ(SIGSYS, WTERMSIG(status));
tools/testing/selftests/tty/tty_tiocsti_test.c
640
TH_LOG("Child terminated by signal %d", WTERMSIG(status));
tools/testing/selftests/wireguard/qemu/init.c
210
what = WTERMSIG(status);
tools/testing/selftests/x86/test_syscall_vdso.c
363
exit(WTERMSIG(status));
tools/virtio/vringh_test.c
290
errx(1, "Child died with signal %i?", WTERMSIG(status));