Searched refs:kill (Results 51 - 75 of 150) sorted by relevance

123456

/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-tm-spr.c137 kill(pid, SIGKILL);
H A Dptrace-perf-hwbreak.c361 FAIL_IF_MSG(kill(pid, SIGKILL) != 0, "Failed to kill child");
432 FAIL_IF_MSG(kill(pid, SIGKILL) != 0, "Failed to kill child");
/linux-master/security/apparmor/include/
H A Dfile.h72 #define COMBINED_PERM_MASK(X) ((X).allow | (X).audit | (X).quiet | (X).kill)
/linux-master/security/apparmor/
H A Dcapability.c59 * Do auditing of capability and handle, audit/complain/kill modes switching
81 cap_raised(rules->caps.kill, cap)) {
H A Dlib.c330 perms->kill = ALL_PERMS_MASK;
406 if (denied & perms->kill)
/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/tools/testing/selftests/mm/
H A Dmigration.c163 kill(getpid(), SIGHUP);
172 ASSERT_EQ(kill(self->pids[i], SIGTERM), 0);
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_cpuset.c133 (void)kill(object_pid, SIGTERM);
219 (void)kill(object_pid, SIGTERM);
/linux-master/arch/um/os-Linux/
H A Dstart_up.c38 kill(pid, SIGKILL);
40 kill(pid, SIGSTOP);
/linux-master/samples/seccomp/
H A Duser-trap.c284 * can just wait ofr the tracee to exit and kill the tracer.
371 kill(tracer, SIGKILL);
373 kill(worker, SIGKILL);
/linux-master/net/ipv4/
H A Dinet_timewait_sock.c248 * kill tw bucket after 3.5*RTO (it is important that this number
254 bool kill = timeo <= 4*HZ; local
256 __NET_INC_STATS(twsk_net(tw), kill ? LINUX_MIB_TIMEWAITKILLED :
/linux-master/drivers/input/keyboard/
H A Dlm8323.c424 * If 'kill' is nonzero, the engine will be shut down at the end
428 static void lm8323_write_pwm(struct lm8323_pwm *pwm, int kill, argument
436 lm8323_write_pwm_one(pwm, i++, PWM_END(kill));
444 int div512, perstep, steps, hz, up, kill; local
459 kill = (pwm->desired_brightness == 0);
490 lm8323_write_pwm(pwm, kill, num_cmds, pwm_cmds);
/linux-master/tools/testing/selftests/memfd/
H A Dmemfd_test.c809 kill(pid, SIGTERM);
1294 kill(getpid(), SIGSTOP);
1356 kill(pid, SIGCONT);
1365 kill(pid, SIGCONT);
1378 kill(pid, SIGCONT);
1386 kill(pid, SIGCONT);
1394 kill(pid, SIGCONT);
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dfork.c185 kill(0, SIGUSR1);
/linux-master/tools/testing/selftests/net/
H A Dfin_ack_lat.c106 kill(SIGTERM, child_pid);
/linux-master/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test_arm64.c185 kill(pid, SIGKILL);
/linux-master/tools/testing/selftests/rlimits/
H A Drlimits-per-userns.c140 kill(child[i], SIGUSR1);
/linux-master/tools/tracing/rtla/src/
H A Dtimerlat_u.c102 * timerlat_u_send_kill - send a kill signal for all processes
104 * Return the number of processes that received the kill.
114 retval = kill(procs[i], SIGKILL);
130 * - rtla to tell to kill the child processes
/linux-master/drivers/tty/vt/
H A Dvc_screen.c128 struct vcs_poll_data *poll = file->private_data, *kill = NULL; local
166 kill = poll;
170 if (kill)
171 vcs_poll_data_free(kill);
/linux-master/tools/perf/bench/
H A Dsched-seccomp-notify.c136 kill(pid, SIGKILL);
/linux-master/fs/afs/
H A Dproc.c555 struct afs_sysnames *sysnames, *kill; local
565 kill = sysnames;
614 kill = net->sysnames;
619 afs_put_sysnames(kill);
/linux-master/tools/testing/selftests/kvm/
H A Dhardware_disable_test.c179 kill(pid, SIGKILL);
/linux-master/tools/testing/selftests/resctrl/
H A Dresctrl.h48 kill(ppid, SIGKILL); \
/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/net/af_unix/
H A Dtest_unix_oob.c67 kill(producer_id, SIGTERM);
129 kill(0, SIGTERM);

Completed in 201 milliseconds

123456