Searched refs:kill (Results 101 - 125 of 150) sorted by relevance

123456

/linux-master/tools/testing/selftests/net/af_unix/
H A Dscm_pidfd.c267 kill(self->client_pid, SIGKILL);
/linux-master/tools/testing/selftests/proc/
H A Dproc-empty-vm.c476 kill(getppid(), SIGTERM);
H A Dproc-pid-vm.c76 kill(pid, SIGTERM);
/linux-master/tools/perf/bench/
H A Dsched-messaging.c271 * When exit abnormally, kill all forked child processes.
274 kill(worker_tab[i].pid, SIGKILL);
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_zswap.c411 kill(child_pid, SIGTERM);
H A Dcgroup_util.c262 /* If cgroup.kill exists use it. */
263 if (!cg_write(cgroup, "cgroup.kill", "1"))
278 if (kill(pid, SIGKILL))
H A Dtest_freezer.c682 if (kill(pid, SIGSTOP))
H A Dtest_core.c73 * killed. Wait until the child is attached to the cgroup, kill all processes
220 (void)kill(pid, SIGCONT);
/linux-master/arch/mips/kernel/
H A Dvpe-mt.c276 static DEVICE_ATTR(kill, S_IWUSR, NULL, store_kill);
/linux-master/fs/
H A Dpipe.c709 int kill = 0; local
714 kill = 1;
718 if (kill)
1432 * d_name - pipe: will go nicely and kill the special-casing in procfs.
/linux-master/tools/thermal/thermometer/
H A Dthermometer.c444 if (kill(pid, SIGTERM))
/linux-master/tools/testing/selftests/x86/
H A Dtest_shadow_stack.c782 kill(pid, SIGKILL);
/linux-master/tools/testing/selftests/resctrl/
H A Dresctrlfs.c823 kill(pid, SIGTERM);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_execlist.c444 .kill = execlist_exec_queue_kill,
H A Dxe_exec_queue.c786 q->ops->kill(eq);
790 q->ops->kill(q);
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dqplib_rcfw.c991 void bnxt_qplib_rcfw_stop_irq(struct bnxt_qplib_rcfw *rcfw, bool kill) argument
1009 if (kill)
H A Dqplib_fp.h512 void bnxt_qplib_nq_stop_irq(struct bnxt_qplib_nq *nq, bool kill);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtoken.c465 (void)kill(child_pid, SIGKILL);
495 (void)kill(child_pid, SIGKILL);
/linux-master/net/ipv4/
H A Dtcp_minisocks.c77 * finally closed and we are allowed to kill TIME-WAIT too.
80 * with this semantics, we MUST NOT kill TIME-WAIT state with RSTs.
129 goto kill;
190 kill:
/linux-master/tools/testing/selftests/
H A Dkselftest_harness.h413 kill(getpid(), WTERMSIG(status)); \
951 kill(-(t->pid), SIGKILL);
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c910 CASE_TEST(kill_0); EXPECT_SYSZR(1, kill(getpid(), 0)); break;
911 CASE_TEST(kill_CONT); EXPECT_SYSZR(1, kill(getpid(), 0)); break;
912 CASE_TEST(kill_BADPID); EXPECT_SYSER(1, kill(INT_MAX, 0), -1, ESRCH); break;
/linux-master/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c66 kill(0, sig);
/linux-master/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c735 kill(child, SIGKILL);
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-hwbreak.c127 kill(getpid(), SIGUSR1);
/linux-master/security/apparmor/
H A Dmount.c158 if (request & perms->kill)
161 /* quiet known rejects, assumes quiet and kill do not overlap */

Completed in 204 milliseconds

123456