| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | fault.c | 302 do_exit(SIGKILL); in die_kernel_fault() 774 { do_bad, SIGKILL, SI_KERNEL, "ttbr address size fault" }, 775 { do_bad, SIGKILL, SI_KERNEL, "level 1 address size fault" }, 776 { do_bad, SIGKILL, SI_KERNEL, "level 2 address size fault" }, 777 { do_bad, SIGKILL, SI_KERNEL, "level 3 address size fault" }, 782 { do_bad, SIGKILL, SI_KERNEL, "unknown 8" }, 786 { do_bad, SIGKILL, SI_KERNEL, "unknown 12" }, 792 { do_bad, SIGKILL, SI_KERNEL, "unknown 18" }, 793 { do_bad, SIGKILL, SI_KERNEL, "unknown 19" }, 794 { do_sea, SIGKILL, SI_KERNEL, "level 0 (translation table walk)" }, [all …]
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/ |
| H A D | traps.c | 183 regs, SIGKILL); in do_unhandled() 200 die("Caught multihit exception", regs, SIGKILL); in do_multihit() 307 __die_if_kernel("Illegal instruction in kernel", regs, SIGKILL); in do_illegal_instruction() 329 regs, SIGKILL); in do_unaligned_user() 357 __die_if_kernel("Breakpoint in kernel", regs, SIGKILL); in do_debug()
|
| /OK3568_Linux_fs/buildroot/package/dante/ |
| H A D | 0001-fix-sparc-compile.patch | 8 return "SIGKILL"; 9 #endif /* SIGKILL */
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/nds32/kernel/ |
| H A D | traps.c | 292 do_exit(SIGKILL); in unhandled_interruption() 293 force_sig(SIGKILL); in unhandled_interruption() 303 do_exit(SIGKILL); in unhandled_exceptions() 304 force_sig(SIGKILL); in unhandled_exceptions()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/mm/ |
| H A D | fault.c | 167 bad_page_fault(regs, address, SIGKILL); in do_page_fault() 233 bad_page_fault(regs, address, SIGKILL); in do_page_fault()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/security/safesetid/ |
| H A D | lsm.c | 219 force_sig(SIGKILL); in safesetid_task_fix_setuid() 243 force_sig(SIGKILL); in safesetid_task_fix_setgid()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/apmd/apmd/ |
| H A D | legacy.patch | 129 kill(pid, SIGKILL); 130 status = __W_EXITCODE(0, SIGKILL);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
| H A D | vmtoolsd.service | 8 KillSignal=SIGKILL
|
| /OK3568_Linux_fs/kernel/arch/h8300/mm/ |
| H A D | fault.c | 54 do_exit(SIGKILL); in do_page_fault()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | signum-generic.h | 59 #define SIGKILL 9 /* Killed. */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | signum-generic.h | 59 #define SIGKILL 9 /* Killed. */ macro
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/buildroot/package/openvmtools/ |
| H A D | vmtoolsd.service | 12 KillSignal=SIGKILL
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | signal.c | 119 if (t->ptrace && sig != SIGKILL) in sig_ignored() 911 return sig == SIGKILL; in prepare_signal() 984 if (sig == SIGKILL) in wants_signal() 1037 (sig == SIGKILL || !p->ptrace)) { in complete_signal() 1054 sigaddset(&t->pending.signal, SIGKILL); in complete_signal() 1065 signal_wake_up(t, sig == SIGKILL); in complete_signal() 1102 if ((sig == SIGKILL) || (t->flags & PF_KTHREAD)) in __send_signal() 1365 sigaddset(&t->pending.signal, SIGKILL); in zap_other_threads() 1418 if (!ret && sig == SIGKILL) { in group_send_sig_info() 2621 ksig->info.si_signo = signr = SIGKILL; in get_signal() [all …]
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/ |
| H A D | signal.h | 22 #define SIGKILL 9 macro
|
| /OK3568_Linux_fs/kernel/security/apparmor/include/ |
| H A D | sig_names.h | 22 [SIGKILL] = 9,
|
| /OK3568_Linux_fs/kernel/samples/seccomp/ |
| H A D | user-trap.c | 367 kill(tracer, SIGKILL); in main() 369 kill(worker, SIGKILL); in main()
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | signal.h | 14 #define SIGKILL 9 macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/ |
| H A D | tm-poison.c | 172 kill(pid, SIGKILL); in tm_poison_test()
|