Home
last modified time | relevance | path

Searched refs:SIGKILL (Results 1 – 25 of 116) sorted by relevance

12345

/linux/arch/xtensa/kernel/
H A Dtraps.c204 regs, SIGKILL); in do_unhandled()
222 die("Caught multihit exception", regs, SIGKILL); in do_multihit()
361 __die_if_kernel("Illegal instruction in kernel", regs, SIGKILL); in do_illegal_instruction()
372 __die_if_kernel("Unhandled division by 0 in kernel", regs, SIGKILL); in do_div0()
380 regs, SIGKILL); in do_load_store()
399 regs, SIGKILL); in do_unaligned_user()
430 __die_if_kernel("Breakpoint in kernel", regs, SIGKILL); in do_debug()
/linux/tools/testing/selftests/mm/
H A Dmrelease_test.c132 if (!kill(pid, SIGKILL)) in main()
139 if (!kill(pid, SIGKILL)) in main()
147 if (kill(pid, SIGKILL)) in main()
/linux/tools/perf/bench/
H A Dsched-seccomp-notify.c117 if (prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0)) in bench_sched_seccomp_notify()
136 kill(pid, SIGKILL); in bench_sched_seccomp_notify()
139 if (!WIFSIGNALED(status) || WTERMSIG(status) != SIGKILL) in bench_sched_seccomp_notify()
/linux/arch/um/os-Linux/
H A Dprocess.c29 kill(pid, SIGKILL); in os_kill_process()
41 kill(pid, SIGKILL); in os_kill_ptraced_process()
210 prctl(PR_SET_PDEATHSIG, SIGKILL); in os_set_pdeathsig()
/linux/tools/testing/selftests/perf_events/
H A Dremove_on_exec.c158 EXPECT_EQ(kill(pid_exec, SIGKILL), 0); in TEST_F()
191 EXPECT_EQ(kill(pid_exec, SIGKILL), 0); in TEST_F()
220 EXPECT_EQ(kill(pids[i], SIGKILL), 0); in TEST_F()
/linux/arch/xtensa/mm/
H A Dfault.c75 bad_page_fault(regs, address, SIGKILL); in vmalloc_fault()
163 bad_page_fault(regs, address, SIGKILL); in do_page_fault()
215 bad_page_fault(regs, address, SIGKILL); in do_page_fault()
/linux/tools/testing/selftests/filesystems/nsfs/
H A Dpidns.c35 prctl(PR_SET_PDEATHSIG, SIGKILL); in child()
76 kill(pid, SIGKILL); in main()
H A Downer.c41 prctl(PR_SET_PDEATHSIG, SIGKILL); in main()
89 kill(pid, SIGKILL); in main()
/linux/tools/testing/selftests/openat2/
H A Drename_attack_test.c62 E_prctl(PR_SET_PDEATHSIG, SIGKILL); in spawn_attack()
143 E_kill(child, SIGKILL); in test_rename_attack()
/linux/security/safesetid/
H A Dlsm.c211 force_sig(SIGKILL); in safesetid_task_fix_setuid()
235 force_sig(SIGKILL); in safesetid_task_fix_setgid()
256 force_sig(SIGKILL); in safesetid_task_fix_setgroups()
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_file_handle_test.c121 EXPECT_EQ(sys_pidfd_send_signal(self->child_pidfd1, SIGKILL, NULL, 0), 0); in FIXTURE_TEARDOWN()
127 EXPECT_EQ(sys_pidfd_send_signal(self->child_pidfd2, SIGKILL, NULL, 0), 0); in FIXTURE_TEARDOWN()
134 EXPECT_EQ(sys_pidfd_send_signal(self->child_pidfd3, SIGKILL, NULL, 0), 0); in FIXTURE_TEARDOWN()
299 EXPECT_EQ(sys_pidfd_send_signal(child_pidfd3, SIGKILL, NULL, 0), 0); in TEST_F()
338 EXPECT_EQ(sys_pidfd_send_signal(child_pidfd3, SIGKILL, NULL, 0), 0); in TEST_F()
H A Dpidfd_getfd_test.c46 ret = prctl(PR_SET_PDEATHSIG, SIGKILL); in __child()
253 ASSERT_EQ(kill(self->pid, SIGKILL), 0); in TEST_F()
/linux/Documentation/translations/zh_CN/userspace-api/
H A Dseccomp_filter.rst84 是 ``SIGSYS`` ,而不是 ``SIGKILL`` 。
88 是 ``SIGSYS`` ,而不是 ``SIGKILL`` 。
/linux/tools/testing/selftests/proc/
H A Dproc-tid0.c31 kill(pid, SIGKILL); in atexit_hook()
/linux/security/apparmor/include/
H A Dsig_names.h22 [SIGKILL] = 9,
/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-poison.c172 kill(pid, SIGKILL); in tm_poison_test()
/linux/arch/parisc/include/uapi/asm/
H A Dsignal.h14 #define SIGKILL 9 macro
/linux/arch/m68k/include/uapi/asm/
H A Dsignal.h27 #define SIGKILL 9 macro
/linux/samples/seccomp/
H A Duser-trap.c371 kill(tracer, SIGKILL); in main()
373 kill(worker, SIGKILL); in main()
/linux/include/uapi/asm-generic/
H A Dsignal.h20 #define SIGKILL 9 macro
/linux/arch/s390/include/uapi/asm/
H A Dsignal.h35 #define SIGKILL 9 macro
/linux/arch/arm/include/uapi/asm/
H A Dsignal.h27 #define SIGKILL 9 macro
/linux/arch/xtensa/include/uapi/asm/
H A Dsignal.h44 #define SIGKILL 9 macro
/linux/arch/mips/include/uapi/asm/
H A Dsignal.h34 #define SIGKILL 9 /* Kill, unblockable (POSIX). */ macro
/linux/arch/x86/include/uapi/asm/
H A Dsignal.h31 #define SIGKILL 9 macro

12345