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

123456

/linux-master/arch/um/include/shared/skas/
H A Dmm_id.h15 int kill; member in struct:mm_id
/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/security/apparmor/include/
H A Dcapability.h25 * @kill: caps that when requested will result in the task being killed
33 kernel_cap_t kill; member in struct:aa_caps
H A Dperms.h76 u32 kill; /* set only when ~allow | deny */ member in struct:aa_perms
114 accum->kill |= addend->kill & ~addend->allow;
141 accum->kill |= addend->kill & ~accum->allow;
/linux-master/fs/
H A Dfs_struct.c100 int kill; local
104 kill = !--fs->users;
107 if (kill)
137 int kill; local
144 kill = !--fs->users;
149 if (kill)
H A Dattr.c69 int kill = 0; local
73 kill = ATTR_KILL_SUID;
75 kill |= setattr_should_drop_sgid(idmap, inode);
77 if (unlikely(kill && !capable(CAP_FSETID) && S_ISREG(mode)))
78 return kill;
/linux-master/tools/testing/selftests/powerpc/
H A Dharness.c62 kill(-pid, SIGKILL);
66 kill(-pid, SIGTERM);
74 kill(-pid, SIGTERM);
/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);
H A Dproc-tid0.c31 kill(pid, SIGKILL);
/linux-master/samples/seccomp/
H A Ddropper.c46 struct sock_filter kill = BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL); local
47 filter[4] = kill;
/linux-master/tools/testing/selftests/powerpc/signal/
H A Dsigreturn_vdso.c89 kill(getpid(), SIGUSR1);
101 kill(getpid(), SIGUSR1);
117 kill(getpid(), SIGUSR1);
H A Dsig_sc_double_restart.c36 kill(getpid(), SIGUSR2);
147 kill(pid, SIGUSR1);
/linux-master/tools/testing/selftests/mm/
H A Dmrelease_test.c125 * Wait for the child to finish allocations, then kill and reap
132 if (!kill(pid, SIGKILL))
139 if (!kill(pid, SIGKILL))
147 if (kill(pid, SIGKILL))
148 ksft_exit_fail_msg("kill: %s\n", strerror(errno));
/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/tools/testing/selftests/ptrace/
H A Dget_set_sud.c31 kill(getpid(), SIGSTOP);
69 kill(child, SIGKILL);
/linux-master/arch/um/os-Linux/
H A Dutil.c83 * After that glibc would execute an invalid instruction to kill
96 if (kill(getpid(), SIGABRT) < 0)
129 kill(0, SIGTERM);
135 kill(0, SIGCONT);
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);
/linux-master/tools/testing/selftests/powerpc/pmu/
H A Dlib.c79 kill(child_pid, SIGTERM);
130 kill(pid, SIGKILL);
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-poison.c172 kill(pid, SIGKILL);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_sleep.c65 /* kill the thread to unwind sys_nanosleep stack through the trampoline */
66 kill(cpid, 9);
/linux-master/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dmmcr2_fcs_fch_test.c40 FAIL_IF(kill(getpid(), SIGUSR2));
/linux-master/tools/testing/selftests/hid/tests/
H A Dconftest.py37 proc.kill()
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Dmulti_ebb_procs_test.c96 kill(pids[i], SIGINT);
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_chan.h58 struct nvif_event kill; member in struct:nouveau_channel

Completed in 710 milliseconds

123456