Searched refs:kill (Results 1 - 25 of 150) sorted by path

123456

/linux-master/arch/alpha/lib/
H A Dev6-stxcpy.S251 zapnot t1, t6, t1 # U : kill source bytes >= null (stall)
253 zap t0, t8, t0 # U : kill dest bytes <= null (2 cycle data stall)
H A Dev6-stxncpy.S304 zapnot t0, t8, t0 # U : kill source bytes > null
306 zap t1, t8, t1 # U : kill dest bytes <= null
H A Dstxcpy.S225 zapnot t1, t6, t1 # .. e1 : kill source bytes >= null
226 zap t0, t8, t0 # e0 : kill dest bytes <= null
H A Dstxncpy.S261 zapnot t0, t8, t0 # .. e1 : kill source bytes > null
262 zap t1, t8, t1 # e0 : kill dest bytes <= null
/linux-master/arch/m68k/fpsp040/
H A Dbugfix.S254 | exceptional, we choose to kill the process.
342 | fpsp_fmt_error and allow the kernel to kill the process.
376 | exceptional, we choose to kill the process.
482 | to the entry point used to kill a process.
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S3636 # emulate the whole instruction. Notice, though, that we don't kill the
14399 andi.b &0x30,%d0 # kill precision
/linux-master/arch/sparc/include/uapi/asm/
H A Doradax.h25 __u16 action; /* action taken to kill ccb */
43 struct ccb_kill_result kill; member in union:ccb_result
/linux-master/fs/
H A Dfs_pin.c44 p->kill(p);
/linux-master/include/linux/
H A Dfs_pin.h9 void (*kill)(struct fs_pin *); member in struct:fs_pin
14 static inline void init_fs_pin(struct fs_pin *p, void (*kill)(struct fs_pin *))
19 p->kill = kill;
/linux-master/lib/
H A Dklist.c209 static void klist_put(struct klist_node *n, bool kill) argument
215 if (kill)
/linux-master/tools/testing/selftests/nsfs/
H A Downer.c89 kill(pid, SIGKILL);
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dfork.c185 kill(0, SIGUSR1);
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dwild_bctr.c144 kill(getpid(), SIGUSR2);
/linux-master/tools/testing/selftests/proc/
H A Dsetns-dcache.c41 kill(pid, SIGTERM);
108 kill(pid, SIGTERM);
H A Dsetns-sysvipc.c40 kill(pid, SIGTERM);
107 kill(pid, SIGTERM);
/linux-master/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c24 int rc = kill(pid, SIGKILL);
89 ASSERT_EQ(0, kill(pid, SIGSTOP)) {
91 TH_LOG("kill SIGSTOP: %m");
/linux-master/arch/mips/kernel/
H A Dvpe-mt.c276 static DEVICE_ATTR(kill, S_IWUSR, NULL, store_kill);
/linux-master/arch/um/drivers/
H A Dslirp_user.c94 if (kill(pri->pid, SIGHUP)<0) {
/linux-master/arch/um/include/shared/skas/
H A Dmm_id.h15 int kill; member in struct:mm_id
/linux-master/arch/um/kernel/
H A Dtlb.c347 mm_idp->kill = 1;
471 goto kill;
475 goto kill;
479 goto kill;
483 goto kill;
518 goto kill;
525 kill:
/linux-master/arch/um/os-Linux/
H A Dprocess.c95 kill(pid, SIGALRM);
100 kill(pid, SIGSTOP);
105 kill(pid, SIGKILL);
110 /* Kill off a ptraced child by all means available. kill it normally first,
117 kill(pid, SIGKILL);
H A Dsignal.c253 kill(os_getpid(), SIGIO);
H A Dstart_up.c38 kill(pid, SIGKILL);
40 kill(pid, SIGSTOP);
H A Dumid.c177 if ((kill(p, 0) == 0) || (errno != ESRCH)) {
/linux-master/arch/um/os-Linux/skas/
H A Dprocess.c250 kill(os_getpid(), SIGSTOP);
356 * just kill the process.
686 kill_userspace_mm[0] = mm_idp->kill;

Completed in 302 milliseconds

123456