Searched refs:SIGKILL (Results 1 - 25 of 138) sorted by relevance

123456

/linux-master/arch/arm64/mm/
H A Dfault.c319 make_task_dead(SIGKILL);
769 { do_bad, SIGKILL, SI_KERNEL, "ttbr address size fault" },
770 { do_bad, SIGKILL, SI_KERNEL, "level 1 address size fault" },
771 { do_bad, SIGKILL, SI_KERNEL, "level 2 address size fault" },
772 { do_bad, SIGKILL, SI_KERNEL, "level 3 address size fault" },
787 { do_bad, SIGKILL, SI_KERNEL, "unknown 18" },
788 { do_sea, SIGKILL, SI_KERNEL, "level -1 (translation table walk)" },
789 { do_sea, SIGKILL, SI_KERNEL, "level 0 (translation table walk)" },
790 { do_sea, SIGKILL, SI_KERNEL, "level 1 (translation table walk)" },
791 { do_sea, SIGKILL, SI_KERNE
[all...]
/linux-master/fs/jffs2/
H A Dbackground.c67 send_sig(SIGKILL, c->gc_task, 1);
81 allow_signal(SIGKILL);
120 /* Put_super will send a SIGKILL and then wait on the sem.
137 case SIGKILL:
138 jffs2_dbg(1, "%s(): SIGKILL received\n",
/linux-master/tools/testing/selftests/mm/
H A Dmrelease_test.c59 * Test reaping while process is alive with no pending SIGKILL.
132 if (!kill(pid, SIGKILL))
139 if (!kill(pid, SIGKILL))
147 if (kill(pid, SIGKILL))
/linux-master/security/apparmor/include/
H A Dsig_names.h22 [SIGKILL] = 9,
/linux-master/tools/testing/selftests/proc/
H A Dproc-tid0.c31 kill(pid, SIGKILL);
/linux-master/arch/parisc/include/uapi/asm/
H A Dsignal.h14 #define SIGKILL 9 macro
/linux-master/arch/m68k/include/uapi/asm/
H A Dsignal.h27 #define SIGKILL 9 macro
/linux-master/tools/testing/selftests/nsfs/
H A Downer.c41 prctl(PR_SET_PDEATHSIG, SIGKILL);
89 kill(pid, SIGKILL);
H A Dpidns.c35 prctl(PR_SET_PDEATHSIG, SIGKILL);
76 kill(pid, SIGKILL);
/linux-master/tools/perf/bench/
H A Dsched-seccomp-notify.c117 if (prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0))
136 kill(pid, SIGKILL);
139 if (!WIFSIGNALED(status) || WTERMSIG(status) != SIGKILL)
/linux-master/tools/testing/selftests/openat2/
H A Drename_attack_test.c62 E_prctl(PR_SET_PDEATHSIG, SIGKILL);
143 E_kill(child, SIGKILL);
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_poll_test.c79 /* Send SIGKILL to the child */
80 if (sys_pidfd_send_signal(pidfd, SIGKILL, NULL, 0))
/linux-master/tools/testing/selftests/timers/
H A Dleapcrash.c68 signal(SIGKILL, handler);
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-poison.c172 kill(pid, SIGKILL);
/linux-master/arch/sh/kernel/cpu/
H A Dfpu.c76 force_sig(SIGKILL);
/linux-master/arch/mips/include/uapi/asm/
H A Dsignal.h34 #define SIGKILL 9 /* Kill, unblockable (POSIX). */ macro
/linux-master/arch/s390/include/uapi/asm/
H A Dsignal.h35 #define SIGKILL 9 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dsignal.h31 #define SIGKILL 9 macro
/linux-master/arch/xtensa/include/uapi/asm/
H A Dsignal.h44 #define SIGKILL 9 macro
/linux-master/arch/arm/include/uapi/asm/
H A Dsignal.h27 #define SIGKILL 9 macro
/linux-master/include/uapi/asm-generic/
H A Dsignal.h20 #define SIGKILL 9 macro
/linux-master/arch/powerpc/include/uapi/asm/
H A Dsignal.h30 #define SIGKILL 9 macro
/linux-master/arch/um/kernel/
H A Dexec.c34 force_sig(SIGKILL);
/linux-master/arch/x86/include/uapi/asm/
H A Dsignal.h31 #define SIGKILL 9 macro
/linux-master/arch/xtensa/kernel/
H A Dtraps.c204 regs, SIGKILL);
222 die("Caught multihit exception", regs, SIGKILL);
361 __die_if_kernel("Illegal instruction in kernel", regs, SIGKILL);
372 __die_if_kernel("Unhandled division by 0 in kernel", regs, SIGKILL);
380 regs, SIGKILL);
399 regs, SIGKILL);
430 __die_if_kernel("Breakpoint in kernel", regs, SIGKILL);

Completed in 208 milliseconds

123456