/openbmc/linux/arch/arm64/mm/ |
H A D | fault.c | 322 make_task_dead(SIGKILL); in die_kernel_fault() 775 { do_bad, SIGKILL, SI_KERNEL, "ttbr address size fault" }, 776 { do_bad, SIGKILL, SI_KERNEL, "level 1 address size fault" }, 777 { do_bad, SIGKILL, SI_KERNEL, "level 2 address size fault" }, 778 { do_bad, SIGKILL, SI_KERNEL, "level 3 address size fault" }, 783 { do_bad, SIGKILL, SI_KERNEL, "unknown 8" }, 787 { do_bad, SIGKILL, SI_KERNEL, "unknown 12" }, 793 { do_bad, SIGKILL, SI_KERNEL, "unknown 18" }, 794 { do_bad, SIGKILL, SI_KERNEL, "unknown 19" }, 795 { do_sea, SIGKILL, SI_KERNEL, "level 0 (translation table walk)" }, [all …]
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | traps.c | 204 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()
|
/openbmc/linux/fs/jffs2/ |
H A D | background.c | 67 send_sig(SIGKILL, c->gc_task, 1); in jffs2_stop_garbage_collect_thread() 81 allow_signal(SIGKILL); in jffs2_garbage_collect_thread() 137 case SIGKILL: in jffs2_garbage_collect_thread()
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | mrelease_test.c | 138 if (!kill(pid, SIGKILL)) in main() 146 if (!kill(pid, SIGKILL)) in main() 154 if (kill(pid, SIGKILL)) { in main()
|
/openbmc/linux/tools/perf/bench/ |
H A D | sched-seccomp-notify.c | 117 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()
|
/openbmc/linux/tools/testing/selftests/nsfs/ |
H A D | pidns.c | 35 prctl(PR_SET_PDEATHSIG, SIGKILL); in child() 76 kill(pid, SIGKILL); in main()
|
H A D | owner.c | 41 prctl(PR_SET_PDEATHSIG, SIGKILL); in main() 89 kill(pid, SIGKILL); in main()
|
/openbmc/linux/tools/testing/selftests/perf_events/ |
H A D | remove_on_exec.c | 158 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()
|
/openbmc/linux/arch/xtensa/mm/ |
H A D | fault.c | 75 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()
|
/openbmc/linux/tools/testing/selftests/openat2/ |
H A D | rename_attack_test.c | 62 E_prctl(PR_SET_PDEATHSIG, SIGKILL); in spawn_attack() 143 E_kill(child, SIGKILL); in test_rename_attack()
|
/openbmc/linux/security/safesetid/ |
H A D | lsm.c | 210 force_sig(SIGKILL); in safesetid_task_fix_setuid() 234 force_sig(SIGKILL); in safesetid_task_fix_setgid() 255 force_sig(SIGKILL); in safesetid_task_fix_setgroups()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
H A D | vmtoolsd.service | 8 KillSignal=SIGKILL
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/ |
H A D | krb5-kdc.service | 10 SuccessExitStatus=1 2 SIGKILL
|
H A D | krb5-admin-server.service | 11 SuccessExitStatus=1 2 SIGKILL
|
/openbmc/linux/Documentation/translations/zh_CN/userspace-api/ |
H A D | seccomp_filter.rst | 84 是 ``SIGSYS`` ,而不是 ``SIGKILL`` 。 88 是 ``SIGSYS`` ,而不是 ``SIGKILL`` 。
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | process.c | 105 kill(pid, SIGKILL); in os_kill_process() 117 kill(pid, SIGKILL); in os_kill_ptraced_process()
|
/openbmc/linux/arch/ia64/include/uapi/asm/ |
H A D | signal.h | 22 #define SIGKILL 9 macro
|
/openbmc/linux/arch/um/kernel/ |
H A D | exec.c | 34 force_sig(SIGKILL); in flush_thread()
|
/openbmc/linux/tools/testing/selftests/proc/ |
H A D | proc-tid0.c | 31 kill(pid, SIGKILL); in atexit_hook()
|
/openbmc/linux/security/apparmor/include/ |
H A D | sig_names.h | 22 [SIGKILL] = 9,
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/ |
H A D | fan-watchdog.service | 11 KillSignal=SIGKILL
|
/openbmc/linux/tools/testing/selftests/powerpc/tm/ |
H A D | tm-poison.c | 172 kill(pid, SIGKILL); in tm_poison_test()
|
/openbmc/u-boot/include/asm-generic/ |
H A D | signal.h | 19 #define SIGKILL 9 macro
|
/openbmc/linux/arch/m68k/include/uapi/asm/ |
H A D | signal.h | 27 #define SIGKILL 9 macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | signal.h | 14 #define SIGKILL 9 macro
|