Home
last modified time | relevance | path

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

123456789

/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dfault.c302 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 Dbackground.c67 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 Dtraps.c183 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 D0001-fix-sparc-compile.patch8 return "SIGKILL";
9 #endif /* SIGKILL */
/OK3568_Linux_fs/kernel/tools/testing/selftests/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()
/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Dtraps.c292 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 Drename_attack_test.c62 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 Dfault.c167 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 Dprocess.c105 kill(pid, SIGKILL); in os_kill_process()
117 kill(pid, SIGKILL); in os_kill_ptraced_process()
/OK3568_Linux_fs/kernel/security/safesetid/
H A Dlsm.c219 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 Dlegacy.patch129 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 Dvmtoolsd.service8 KillSignal=SIGKILL
/OK3568_Linux_fs/kernel/arch/h8300/mm/
H A Dfault.c54 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 Dsignum-generic.h59 #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 Dsignum-generic.h59 #define SIGKILL 9 /* Killed. */ macro
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A Dkrb5-kdc.service10 SuccessExitStatus=1 2 SIGKILL
H A Dkrb5-admin-server.service11 SuccessExitStatus=1 2 SIGKILL
/OK3568_Linux_fs/buildroot/package/openvmtools/
H A Dvmtoolsd.service12 KillSignal=SIGKILL
/OK3568_Linux_fs/kernel/kernel/
H A Dsignal.c119 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 Dsignal.h22 #define SIGKILL 9 macro
/OK3568_Linux_fs/kernel/security/apparmor/include/
H A Dsig_names.h22 [SIGKILL] = 9,
/OK3568_Linux_fs/kernel/samples/seccomp/
H A Duser-trap.c367 kill(tracer, SIGKILL); in main()
369 kill(worker, SIGKILL); in main()
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dsignal.h14 #define SIGKILL 9 macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/
H A Dtm-poison.c172 kill(pid, SIGKILL); in tm_poison_test()

123456789