Searched refs:kill (Results 26 - 50 of 150) sorted by relevance

123456

/linux-master/tools/testing/selftests/nsfs/
H A Downer.c89 kill(pid, SIGKILL);
H A Dpidns.c76 kill(pid, SIGKILL);
/linux-master/fs/
H A Dfs_pin.c44 p->kill(p);
/linux-master/tools/testing/selftests/ptrace/
H A Dvmaccess.c42 f = kill(pid, SIGCONT);
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dstack_expansion_signal.c91 kill(pid, SIGUSR1);
H A Dwild_bctr.c144 kill(getpid(), SIGUSR2);
/linux-master/tools/testing/selftests/openat2/
H A Dhelpers.h79 #define E_kill(...) E_func(kill, __VA_ARGS__)
/linux-master/tools/perf/arch/x86/tests/
H A Dintel-cqm.c123 kill(pid, SIGKILL);
/linux-master/samples/bpf/
H A Dtrace_output_user.c99 kill(0, SIGINT);
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-vsx.c90 kill(pid, SIGTERM);
H A Dptrace-gpr.c148 kill(pid, SIGTERM);
H A Dptrace-tm-spd-gpr.c142 kill(pid, SIGTERM);
H A Dptrace-tm-gpr.c133 kill(pid, SIGTERM);
H A Dptrace-tm-spd-vsx.c158 kill(pid, SIGKILL);
H A Dptrace-tm-vsx.c141 kill(pid, SIGKILL);
H A Dptrace-tm-spd-tar.c147 kill(pid, SIGTERM);
H A Dptrace-tm-tar.c134 kill(pid, SIGTERM);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_exec_queue_types.h166 /** @kill: Kill inflight submissions for backend */
167 void (*kill)(struct xe_exec_queue *q); member in struct:xe_exec_queue_ops
/linux-master/tools/testing/selftests/perf_events/
H A Dremove_on_exec.c158 EXPECT_EQ(kill(pid_exec, SIGKILL), 0);
191 EXPECT_EQ(kill(pid_exec, SIGKILL), 0);
220 EXPECT_EQ(kill(pids[i], SIGKILL), 0);
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_wait.c112 kill(getpid(), SIGSTOP);
115 kill(getpid(), SIGSTOP);
185 kill(getpid(), SIGSTOP);
H A Dpidfd_test.c270 ret = kill(recycled_pid, SIGSTOP);
292 ret = kill(recycled_pid, SIGCONT);
294 (void)kill(recycled_pid, SIGKILL);
/linux-master/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test.c141 kill(getpid(), SIGUSR1);
216 kill(getpid(), SIGUSR1);
261 kill(getpid(), SIGUSR1);
/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/tools/testing/selftests/uevent/
H A Duevent_filtering.c233 ret = kill(self, SIGKILL);
328 ret = kill(pid, SIGTERM); /* success */
330 ret = kill(pid, SIGUSR1); /* error */
/linux-master/arch/um/drivers/
H A Dslirp_user.c94 if (kill(pri->pid, SIGHUP)<0) {

Completed in 346 milliseconds

123456