Searched refs:ESRCH (Results 101 - 125 of 196) sorted by relevance

12345678

/linux-master/arch/arm/common/
H A DbL_switcher.c358 return -ESRCH;
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_setns_test.c366 EXPECT_EQ(errno, ESRCH);
/linux-master/kernel/
H A Dkallsyms.c235 return -ESRCH;
/linux-master/net/ipv6/ila/
H A Dila_xlat.c479 ret = -ESRCH;
/linux-master/drivers/isdn/capi/
H A Dkcapi.c882 retval = -ESRCH;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_multi_test.c400 ASSERT_EQ(link_fd, -ESRCH, "pid_is_wrong");
/linux-master/drivers/virt/vboxguest/
H A Dvboxguest_utils.c751 [-VERR_PROCESS_NOT_FOUND] = -ESRCH,
/linux-master/kernel/futex/
H A Dpi.c353 * return -ESRCH; <--- FAIL
356 * Returning ESRCH unconditionally is wrong here because the
374 return -ESRCH;
/linux-master/fs/proc/
H A Dtask_mmu.c156 return ERR_PTR(-ESRCH);
891 return -ESRCH;
894 ret = -ESRCH;
1269 return -ESRCH;
/linux-master/drivers/power/supply/
H A Dds2760_battery.c754 retval = -ESRCH;
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.c615 return -ESRCH;
/linux-master/fs/quota/
H A Dquota.c112 return -ESRCH;
133 return -ESRCH;
/linux-master/arch/powerpc/platforms/powernv/
H A Dvas-window.c1369 return ERR_PTR(-ESRCH);
1375 return ERR_PTR(-ESRCH);
/linux-master/net/xfrm/
H A Dxfrm_policy.c1863 err = -ESRCH;
1904 err = -ESRCH;
1989 int ret = -ESRCH;
2127 if (err != -ESRCH)
2199 if (err == -ESRCH)
2284 } else if (err == -ESRCH) {
2503 } else if (error == -ESRCH) {
/linux-master/kernel/sched/
H A Dcore.c8058 return -ESRCH;
8172 return -ESRCH;
8198 return -ESRCH;
8229 return -ESRCH;
8305 return -ESRCH;
8425 return -ESRCH;
8506 return -ESRCH;
8956 * -ESRCH if there's no task to yield to.
8974 return -ESRCH;
9113 return -ESRCH;
[all...]
/linux-master/net/netfilter/ipvs/
H A Dip_vs_ctl.c2798 ret = -ESRCH;
2966 ret = -ESRCH;
3128 ret = -ESRCH;
3950 ret = -ESRCH;
4085 ret = -ESRCH;
/linux-master/net/key/
H A Daf_key.c221 int err = -ESRCH;
1547 return -ESRCH;
1588 return -ESRCH;
1771 if (err == -ESRCH) /* empty table - go quietly */
2787 if (err == -ESRCH) /* empty table - old silent behavior */
/linux-master/tools/perf/util/
H A Dsort.c3163 int ret = -ESRCH;
3458 return -ESRCH;
3496 } else if (ret == -ESRCH) {
3792 return -ESRCH;
3806 } else if (ret == -ESRCH) {
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwsignal.c1057 return -ESRCH;
1094 ret = -ESRCH;
1134 return -ESRCH;
/linux-master/net/ipv4/
H A Dfib_trie.c1731 return -ESRCH;
1736 return -ESRCH;
1765 return -ESRCH;
H A Dfib_frontend.c641 err = -ESRCH;
876 err = -ESRCH;
/linux-master/drivers/block/drbd/
H A Ddrbd_nl.c4532 if (err && err != -ESRCH)
4594 if (err && err != -ESRCH)
4644 if (err && err != -ESRCH)
4694 if (err && err != -ESRCH)
4745 if (err && err != -ESRCH)
4793 if (err && err != -ESRCH)
/linux-master/fs/gfs2/
H A Dquota.c1666 return -ESRCH; /* Crazy XFS error code */
1707 return -ESRCH; /* Crazy XFS error code */
/linux-master/tools/testing/selftests/bpf/
H A Dveristat.c772 return -ESRCH;
905 return -ESRCH;
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c1550 return -ESRCH;
1568 return -ESRCH;

Completed in 390 milliseconds

12345678