Searched refs:ESRCH (Results 26 - 50 of 196) sorted by relevance

12345678

/linux-master/tools/testing/selftests/kvm/
H A Darch_timer.c115 TEST_ASSERT(ret == 0 || ret == ESRCH,
/linux-master/net/netfilter/ipvs/
H A Dip_vs_proto.c111 return -ESRCH;
134 return -ESRCH;
/linux-master/tools/lib/bpf/
H A Dusdt.c266 return ERR_PTR(-ESRCH);
443 return -ESRCH;
529 err = -ESRCH;
672 err = -ESRCH;
678 err = -ESRCH;
719 err = -ESRCH;
744 err = -ESRCH;
750 err = -ESRCH;
/linux-master/drivers/infiniband/sw/rdmavt/
H A Dmcast.c147 * the table but the QP was added. Return ESRCH if the QP was already
187 ret = ESRCH;
263 case ESRCH:
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_test.c134 if (saved_errno != ESRCH)
136 "%s test: Expected to receive ESRCH as errno value but received %d instead\n",
285 if (ret && errno == ESRCH)
/linux-master/drivers/misc/lkdtm/
H A Dcore.c357 if (args->value != -ESRCH)
375 .value = -ESRCH,
/linux-master/kernel/
H A Dkallsyms_selftest.c332 return -ESRCH;
427 return -ESRCH;
H A Dcapability.c121 ret = -ESRCH;
H A Dkcmp.c227 return -ESRCH;
/linux-master/fs/xfs/
H A Dxfs_dquot.c340 error = -ESRCH;
449 return -ESRCH;
861 return -ESRCH;
865 return -ESRCH;
869 return -ESRCH;
1030 return -ESRCH;
/linux-master/drivers/md/
H A Ddm-log-userspace-base.c92 * If the server isn't there, -ESRCH is returned,
100 if (r != -ESRCH)
123 return -ESRCH;
268 if (r == -ESRCH)
/linux-master/lib/
H A Dkobject_uevent.c334 if (retval == -ENOBUFS || retval == -ESRCH)
375 if (ret == -ENOBUFS || ret == -ESRCH)
719 if (ret == -ENOBUFS || ret == -ESRCH)
H A Derrname.c153 E(ESRCH),
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_ethtool.c125 return -ESRCH;
129 return -ESRCH;
208 return -ESRCH;
724 return -ESRCH;
754 return -ESRCH;
803 return -ESRCH;
/linux-master/arch/powerpc/platforms/powernv/
H A Docxl.c113 return -ESRCH;
130 return -ESRCH;
/linux-master/fs/nfs/
H A Ddns_resolve.c33 ret = -ESRCH;
362 ret = -ESRCH;
/linux-master/kernel/futex/
H A Dsyscalls.c58 ret = -ESRCH;
464 ret = -ESRCH;
/linux-master/arch/um/os-Linux/skas/
H A Dprocess.c499 .parent_err = -ESRCH,
504 .child_err = -ESRCH,
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_kill.c226 pid_t pid = -ESRCH;
/linux-master/arch/x86/um/
H A Dtls_32.c71 return -ESRCH;
/linux-master/kernel/sched/
H A Dcore_sched.c155 return -ESRCH;
/linux-master/arch/x86/kernel/
H A Dtls.c30 return -ESRCH;
/linux-master/fs/proc/
H A Dtask_nommu.c205 return ERR_PTR(-ESRCH);
/linux-master/net/handshake/
H A Dnetlink.c49 return -ESRCH;
/linux-master/drivers/connector/
H A Dconnector.c93 return -ESRCH;

Completed in 256 milliseconds

12345678