Searched refs:ESRCH (Results 76 - 100 of 196) sorted by relevance

12345678

/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_ht.c819 return -ESRCH;
821 return -ESRCH;
831 return -ESRCH;
/linux-master/fs/xfs/
H A Dxfs_qm_syscalls.c208 return -ESRCH;
/linux-master/fs/coda/
H A Dpsdev.c161 retval = -ESRCH;
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c512 return -ESRCH;
/linux-master/fs/proc/
H A Dfd.c83 return -ESRCH;
/linux-master/drivers/usb/gadget/legacy/
H A Dinode.c1063 retval = -ESRCH;
1130 ssize_t retval = -ESRCH;
1684 return -ESRCH;
2033 rc = -ESRCH;
/linux-master/drivers/tty/
H A Dtty_jobctrl.c518 retval = -ESRCH;
/linux-master/kernel/
H A Dseccomp.c514 /* If the pid cannot be resolved, then return -ESRCH */
516 failed = -ESRCH;
898 return -ESRCH;
1174 addfd->ret = -ESRCH;
2490 return -ESRCH;
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c95 CASE_ERR(ESRCH);
909 CASE_TEST(getpgid_bad); EXPECT_SYSER(1, getpgid(-1), -1, ESRCH); break;
912 CASE_TEST(kill_BADPID); EXPECT_SYSER(1, kill(INT_MAX, 0), -1, ESRCH); break;
972 CASE_TEST(waitpid_min); EXPECT_SYSER(1, waitpid(INT_MIN, &tmp, WNOHANG), -1, ESRCH); break;
/linux-master/net/ipv4/
H A Dfib_rules.c101 if (err == -ESRCH)
H A Dtcp_metrics.c867 ret = -ESRCH;
963 return -ESRCH;
/linux-master/net/netfilter/ipvs/
H A Dip_vs_sync.c1943 retc = -ESRCH;
1977 retc = -ESRCH;
2034 if (retc && retc != -ESRCH)
2038 if (retc && retc != -ESRCH)
/linux-master/net/core/
H A Dscm.c189 err = -ESRCH;
/linux-master/tools/lib/bpf/
H A Delf.c468 err = -ESRCH;
/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3-sva.c121 err = -ESRCH;
/linux-master/drivers/gpu/drm/scheduler/
H A Dsched_entity.c190 drm_sched_fence_finished(job->s_fence, -ESRCH);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c333 err = -ESRCH;
600 err = -ESRCH;
643 err = -ESRCH;
2638 return -ESRCH;
2648 return -ESRCH;
2907 r = -ESRCH;
2913 r = -ESRCH;
2919 r = -ESRCH;
2938 r = target ? PTR_ERR(target) : -ESRCH;
H A Dkfd_device.c1080 return -ESRCH;
1100 return -ESRCH;
/linux-master/net/l2tp/
H A Dl2tp_netlink.c120 if (ret == -ESRCH)
148 if (ret == -ESRCH)
/linux-master/net/mac802154/
H A Dscan.c90 return -ESRCH;
451 return -ESRCH;
/linux-master/fs/
H A Dfcntl.c136 ret = -ESRCH;
200 ret = -ESRCH;
/linux-master/net/xfrm/
H A Dxfrm_user.c838 err = -ESRCH;
849 err = -ESRCH;
866 int err = -ESRCH;
1550 int err = -ESRCH;
2380 if (err == -ESRCH) /* empty table */
2487 return -ESRCH;
2545 return -ESRCH;
2586 if (err == -ESRCH) /* empty table */
H A Dxfrm_state.c705 int err = -ESRCH;
815 err = -ESRCH;
858 err = -ESRCH;
1132 *error = -ESRCH;
1244 error = -ESRCH;
1334 error = -ESRCH;
1856 err = -ESRCH;
/linux-master/fs/ocfs2/
H A Dquota_global.c894 status = -ESRCH;
910 * ESRCH which means quota isn't enabled for the filesystem.
912 if (status && status != -ENOENT && status != -ESRCH)
/linux-master/net/netlink/
H A Dgenetlink.c1949 else if (err != -ESRCH)
1959 else if (err != -ESRCH)
1961 return delivered ? 0 : -ESRCH;

Completed in 262 milliseconds

12345678