Searched refs:ESRCH (Results 151 - 175 of 196) sorted by relevance

12345678

/linux-master/net/ipv4/
H A Digmp.c1876 return -ESRCH;
1928 return -ESRCH;
2100 return -ESRCH;
/linux-master/net/ipv6/
H A Dmcast.c2285 return -ESRCH;
2330 return -ESRCH;
2500 return -ESRCH;
H A Droute.c3973 int rc = -ESRCH;
4014 return rc != -ESRCH ? rc : 0;
4033 int err = -ESRCH;
4067 if (rc != -ESRCH) {
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c558 return -ESRCH;
3842 return -ESRCH;
4057 return -ESRCH;
H A Dkfd_process.c1168 return p ? &p->mmu_notifier : ERR_PTR(-ESRCH);
/linux-master/kernel/events/
H A Dcore.c87 tfc->ret = -ESRCH; /* No such (running) process */
106 * returns @func return value or -ESRCH or -ENXIO when the process isn't running
235 ret = -ESRCH;
2783 ret = -ESRCH;
4767 return ERR_PTR(-ESRCH);
4823 err = -ESRCH;
12582 err = -ESRCH;
12864 err = -ESRCH;
/linux-master/drivers/scsi/
H A Dscsi_transport_iscsi.c1499 ret = -ESRCH;
2935 if (rc == -ESRCH)
4121 } while (err < 0 && err != -ECONNREFUSED && err != -ESRCH);
/linux-master/tools/perf/
H A Dbuiltin-kvm.c463 else if (ret == -ESRCH)
/linux-master/fs/ocfs2/cluster/
H A Dtcp.c1034 ret = -ESRCH;
/linux-master/net/ceph/
H A Dmessenger.c1275 ret = -ESRCH;
/linux-master/kernel/
H A Dexit.c1769 return -ESRCH;
H A Dsysctl.c1346 return -ESRCH;
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_n.c6344 return -ESRCH;
6350 return -ESRCH;
6355 return -ESRCH;
6360 return -ESRCH;
/linux-master/net/netfilter/
H A Dnfnetlink_queue.c968 return -ESRCH;
990 * returned by nf_queue. For instance, callers rely on -ESRCH to
/linux-master/mm/
H A Dmigrate.c2398 return ERR_PTR(-ESRCH);
H A Dmempolicy.c1666 err = -ESRCH;
/linux-master/drivers/xen/events/
H A Devents_base.c1168 if ((rc == -ESRCH && info->u.pirq.domid != DOMID_SELF))
/linux-master/drivers/video/fbdev/
H A Duvesafb.c198 if (err == -ESRCH) {
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c358 return -ESRCH;
441 ret = -ESRCH;
/linux-master/net/sctp/
H A Dsocket.c1849 err = -ESRCH;
2032 if (err < 0 && err != -ESRCH && new)
9252 err = -ESRCH;
/linux-master/drivers/md/bcache/
H A Dbtree.c2511 ret = -ESRCH;
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_fid.c446 return -ESRCH;
/linux-master/tools/perf/util/
H A Devsel.c1727 /* The -ESRCH is perf event syscall errno for pid's not found. */
1728 if (err != -ESRCH)
/linux-master/drivers/vfio/
H A Dvfio_iommu_type1.c435 return -ESRCH; /* process exited */
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c691 return -ESRCH;

Completed in 799 milliseconds

12345678