/Linux-v6.6/arch/arm64/mm/ |
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 …]
|
/Linux-v6.6/arch/xtensa/kernel/ |
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()
|
/Linux-v6.6/fs/jffs2/ |
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()
|
/Linux-v6.6/tools/testing/selftests/mm/ |
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()
|
/Linux-v6.6/tools/perf/bench/ |
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()
|
/Linux-v6.6/tools/testing/selftests/nsfs/ |
D | pidns.c | 35 prctl(PR_SET_PDEATHSIG, SIGKILL); in child() 76 kill(pid, SIGKILL); in main()
|
D | owner.c | 41 prctl(PR_SET_PDEATHSIG, SIGKILL); in main() 89 kill(pid, SIGKILL); in main()
|
/Linux-v6.6/arch/xtensa/mm/ |
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()
|
/Linux-v6.6/tools/testing/selftests/perf_events/ |
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()
|
/Linux-v6.6/tools/testing/selftests/openat2/ |
D | rename_attack_test.c | 62 E_prctl(PR_SET_PDEATHSIG, SIGKILL); in spawn_attack() 143 E_kill(child, SIGKILL); in test_rename_attack()
|
/Linux-v6.6/security/safesetid/ |
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()
|
/Linux-v6.6/tools/testing/selftests/resctrl/ |
D | cat_test.c | 172 kill(bm_pid, SIGKILL); in cat_perf_miss_val() 210 kill(bm_pid, SIGKILL); in cat_perf_miss_val()
|
/Linux-v6.6/Documentation/translations/zh_CN/userspace-api/ |
D | seccomp_filter.rst | 84 是 ``SIGSYS`` ,而不是 ``SIGKILL`` 。 88 是 ``SIGSYS`` ,而不是 ``SIGKILL`` 。
|
/Linux-v6.6/arch/ia64/include/uapi/asm/ |
D | signal.h | 22 #define SIGKILL 9 macro
|
/Linux-v6.6/security/apparmor/include/ |
D | sig_names.h | 22 [SIGKILL] = 9,
|
/Linux-v6.6/tools/testing/selftests/proc/ |
D | proc-tid0.c | 31 kill(pid, SIGKILL); in atexit_hook()
|
/Linux-v6.6/arch/um/kernel/ |
D | exec.c | 34 force_sig(SIGKILL); in flush_thread()
|
/Linux-v6.6/arch/um/os-Linux/ |
D | process.c | 105 kill(pid, SIGKILL); in os_kill_process() 117 kill(pid, SIGKILL); in os_kill_ptraced_process()
|
/Linux-v6.6/arch/parisc/include/uapi/asm/ |
D | signal.h | 14 #define SIGKILL 9 macro
|
/Linux-v6.6/tools/testing/selftests/powerpc/tm/ |
D | tm-poison.c | 172 kill(pid, SIGKILL); in tm_poison_test()
|
/Linux-v6.6/arch/m68k/include/uapi/asm/ |
D | signal.h | 27 #define SIGKILL 9 macro
|
/Linux-v6.6/arch/arm/include/uapi/asm/ |
D | signal.h | 27 #define SIGKILL 9 macro
|
/Linux-v6.6/arch/s390/include/uapi/asm/ |
D | signal.h | 35 #define SIGKILL 9 macro
|
/Linux-v6.6/include/uapi/asm-generic/ |
D | signal.h | 20 #define SIGKILL 9 macro
|
/Linux-v6.6/arch/xtensa/include/uapi/asm/ |
D | signal.h | 44 #define SIGKILL 9 macro
|