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

123456

/linux-master/tools/perf/
H A Dbuiltin-stat.c685 kill(child_pid, SIGTERM);
891 kill(child_pid, SIGTERM);
1016 kill(child_pid, SIGTERM);
1024 kill(getpid(), signr);
H A Dbuiltin-daemon.c304 * Mark all sessions for kill, the server config
760 return kill(session->pid, sig);
H A Dbuiltin-record.c2817 kill(rec->evlist->workload.pid, SIGTERM);
/linux-master/ipc/
H A Dmsg.c213 struct wake_q_head *wake_q, bool kill)
220 if (kill)
212 ss_wakeup(struct msg_queue *msq, struct wake_q_head *wake_q, bool kill) argument
/linux-master/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c1189 return kill(getpid(), SIGSTOP);
1227 kill(pid, SIGKILL);
/linux-master/security/apparmor/
H A Dpolicy_unpack.c656 aa_unpack_u32(e, &perm->kill, NULL) &&
1189 if (perm->kill & perm->allow)
/linux-master/fs/ocfs2/dlm/
H A Ddlmmaster.c1701 /* ok, something horribly messed. kill thyself. */
1849 goto kill;
1874 goto kill;
1882 goto kill;
1892 goto kill;
2019 kill:
2020 /* kill the caller! */
/linux-master/kernel/cgroup/
H A Dcgroup.c2292 * And don't kill the default root.
3236 * cgroup_apply_control_disable - kill or hide csses according to control
3239 * Walk @cgrp's subtree and kill and hide csses so that they match
4003 int kill; local
4006 ret = kstrtoint(strstrip(buf), 0, &kill);
4010 if (kill != 1)
5266 .name = "cgroup.kill",
5803 /* css kill confirmation processing requires process context, bounce */
6590 bool kill = false; variable
6640 kill
[all...]
/linux-master/tools/testing/selftests/net/
H A Dnettest.c1927 if (kill(cpid, 0) == 0)
1928 kill(cpid, SIGKILL);
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c1277 if (kill(safe_pid, SIGKILL))
/linux-master/drivers/sbus/char/
H A Doradax.c598 ret = dax_ccb_kill(ca, &ctx->result.kill.action);
714 dax_dbg("attempting kill on ca_ra 0x%llx", ca);
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dperf-hwbreak.c821 kill(getpid(), SIGUSR1);
/linux-master/tools/include/nolibc/
H A Dsys.h549 * int kill(pid_t pid, int signal);
559 int kill(pid_t pid, int signal) function
/linux-master/tools/perf/util/
H A Dsrcline.c399 kill(a2l->pid, SIGKILL);
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_context.c1337 * kill the banned context, we fallback to doing a local reset
1471 goto kill;
1479 kill:
1541 * case we opt to forcibly kill off all remaining requests on
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtc_redirect.c1239 kill(tunnel_pid, SIGTERM);
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace.c754 ret = kill(child, SIGKILL);
756 ksft_print_msg("kill() failed: %s (%d)\n",
/linux-master/tools/testing/selftests/mm/
H A Dprotection_keys.c1441 ret = kill(child_pid, SIGKILL);
H A Dhmm-tests.c2044 EXPECT_EQ(0, kill(pid, SIGTERM));
/linux-master/net/core/
H A Dskbuff.c3930 struct sk_buff_head kill; local
3933 __skb_queue_head_init(&kill);
3941 __skb_queue_tail(&kill, skb);
3944 __skb_queue_purge(&kill);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_submit.c1400 .kill = guc_exec_queue_kill,
H A Dxe_vm.c427 q->ops->kill(q);
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.c417 void bnxt_qplib_nq_stop_irq(struct bnxt_qplib_nq *nq, bool kill) argument
432 if (kill)
/linux-master/kernel/
H A Dsignal.c1108 * defined whether kill() does so. We attempt to do so, on
1109 * the principle of least surprise, but since kill is not
1154 * other than kill().
1600 * kill_something_info() interprets pid in interesting ways just like kill(2).
1602 * POSIX specifies that kill(-1,sig) is unspecified, but what we have
3826 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
4056 * Nor can they impersonate a kill()/tgkill(), which adds source info.
4103 * Nor can they impersonate a kill()/tgkill(), which adds source info.
4767 /* kill */
4874 kdb_printf("Can't do kill comman
[all...]
/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

Completed in 498 milliseconds

123456