Searched refs:ESRCH (Results 51 - 75 of 196) sorted by relevance

12345678

/linux-master/arch/um/os-Linux/
H A Dumid.c177 if ((kill(p, 0) == 0) || (errno != ESRCH)) {
/linux-master/tools/testing/selftests/landlock/
H A Dptrace_test.c404 EXPECT_EQ(ESRCH, errno);
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c264 EXPECT_EQ(errno, ESRCH);
/linux-master/drivers/md/dm-vdo/
H A Derrors.c20 [ESRCH] = "No such process",
/linux-master/arch/x86/kvm/mmu/
H A Dpage_track.c224 return -ESRCH;
/linux-master/fs/
H A Duserfaultfd.c1725 return -ESRCH;
1776 return -ESRCH;
1832 return -ESRCH;
1883 return -ESRCH;
1937 return -ESRCH;
2012 return -ESRCH;
/linux-master/net/ipv6/
H A Daddrlabel.c271 int ret = -ESRCH;
613 err = -ESRCH;
H A Dip6_flowlabel.c555 return -ESRCH;
569 return -ESRCH;
609 return -ESRCH;
/linux-master/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c652 if (errno == ESRCH)
671 if (errno == ESRCH)
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_validation.c284 return -ESRCH;
330 return -ESRCH;
/linux-master/fs/dlm/
H A Drcom.c210 if (rc->rc_result == cpu_to_le32(-ESRCH)) {
528 rc->rc_result = cpu_to_le32(-ESRCH);
/linux-master/kernel/
H A Dtaskstats.c207 return -ESRCH;
217 int rc = -ESRCH;
H A Dsys.c211 if (error == -ESRCH)
231 error = -ESRCH;
293 long niceval, retval = -ESRCH;
1093 err = -ESRCH;
1110 err = -ESRCH;
1154 retval = -ESRCH;
1196 retval = -ESRCH;
1708 return -ESRCH;
H A Dsignal.c1298 int ret = -ESRCH;
1466 int ret = -ESRCH;
1473 * Otherwise we return the last err or -ESRCH if this
1486 int error = -ESRCH;
1495 if (likely(!p || error != -ESRCH))
1575 ret = -ESRCH;
1591 ret = -ESRCH;
1615 return -ESRCH;
1635 ret = count ? retval : -ESRCH;
3983 int error = -ESRCH;
[all...]
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dgvt.h727 return -ESRCH;
745 return -ESRCH;
/linux-master/fs/quota/
H A Ddquot.c932 return ERR_PTR(-ESRCH);
939 dquot = ERR_PTR(-ESRCH);
1508 if (PTR_ERR(dquot) != -ESRCH) {
2140 if (PTR_ERR(dquot) != -ESRCH) {
2154 if (PTR_ERR(dquot) != -ESRCH) {
2185 return -ESRCH;
2418 return -ESRCH;
2877 return -ESRCH;
/linux-master/drivers/misc/sgi-xp/
H A Dxpc_partition.c146 return -ESRCH;
/linux-master/kernel/time/
H A Dnamespace.c390 return -ESRCH;
H A Dposix-cpu-timers.c39 * Returns 0 on success, -ESRCH on failure. Can fail if the task is exiting and
48 return -ESRCH;
642 return -ESRCH;
662 return -ESRCH;
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_workarounds.c1232 return ok ? 0 : -ESRCH;
1281 ret = -ESRCH;
1293 ret = -ESRCH;
1342 ret = -ESRCH;
/linux-master/security/selinux/
H A Dxfrm.c166 return (rc == -EACCES ? -ESRCH : rc);
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_nvm.c908 *perrno = -ESRCH;
1049 *perrno = -ESRCH;
1091 *perrno = -ESRCH;
1178 *perrno = -ESRCH;
/linux-master/tools/testing/selftests/bpf/
H A Dtrace_helpers.c248 return -ESRCH;
/linux-master/mm/
H A Dshmem_quota.c126 return -ESRCH;
/linux-master/drivers/android/
H A Dbinder_alloc.c228 return -ESRCH;
240 ret = -ESRCH;
583 return ERR_PTR(-ESRCH);

Completed in 242 milliseconds

12345678