Searched refs:ESRCH (Results 126 - 150 of 196) sorted by relevance

12345678

/linux-master/drivers/isdn/mISDN/
H A Dstack.c185 return -ESRCH;
/linux-master/net/atm/
H A Dbr2684.c382 return -ESRCH;
/linux-master/drivers/xen/xenbus/
H A Dxenbus_probe.c298 err = -ESRCH;
/linux-master/fs/bcachefs/
H A Dquota.c797 return -ESRCH;
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_dev.c321 ret = -ESRCH;
/linux-master/kernel/bpf/
H A Dinode.c647 return -ESRCH;
/linux-master/net/mptcp/
H A Dpm_userspace.c540 err = -ESRCH;
/linux-master/fs/ocfs2/
H A Dstack_user.c219 rc = -ESRCH;
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c2019 change_syscall_ret(_metadata, tracee, -ESRCH);
2099 syscall_ret_val = -ESRCH;
2224 /* Tracer should skip the open syscall, resulting in ESRCH. */
2225 EXPECT_SYSCALL_RETURN(-ESRCH, syscall(__NR_openat));
2892 ASSERT_EQ(ESRCH, errno) {
2893 TH_LOG("Did not return ESRCH for diverged sibling.");
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_relay.c563 int err = -ESRCH;
/linux-master/fs/xfs/scrub/
H A Drepair.c779 case -ESRCH:
/linux-master/mm/
H A Doom_kill.c1223 ret = -ESRCH;
H A Dmadvise.c1479 ret = IS_ERR(mm) ? PTR_ERR(mm) : -ESRCH;
/linux-master/tools/lib/bpf/
H A Dlibbpf.c3927 return -ESRCH;
3959 return -ESRCH;
4255 return -ESRCH;
4310 return -ESRCH;
7107 return -ESRCH;
7114 return -ESRCH;
8070 return -ESRCH;
8089 if (id == -ESRCH && ext->is_weak)
8144 if (kfunc_id == -ESRCH && ext->is_weak)
8330 return -ESRCH;
[all...]
/linux-master/net/ieee802154/
H A Dnl802154.c1536 if (err == -ESRCH)
1551 if (err == -ESRCH)
/linux-master/drivers/net/team/
H A Dteam.c2914 if (err && err != -ESRCH)
2943 if (err && err != -ESRCH)
/linux-master/net/netlink/
H A Daf_netlink.c1561 return -ESRCH;
2603 if (err == -ESRCH)
/linux-master/fs/smb/client/
H A Dnetmisc.c92 {ERRbadPID, -ESRCH},
/linux-master/fs/ext4/
H A Dialloc.c308 fatal = -ESRCH;
/linux-master/drivers/md/bcache/
H A Drequest.c71 if (ret == -ESRCH) {
/linux-master/net/core/
H A Dfib_rules.c338 err = -ESRCH;
H A Dnet_namespace.c727 net = ERR_PTR(-ESRCH);
/linux-master/drivers/isdn/capi/
H A Dcapi.c924 int unit = -ESRCH;
/linux-master/net/ipv4/
H A Dfou_core.c844 ret = -ESRCH;
/linux-master/fs/xfs/
H A Dxfs_qm.c275 * exist on disk and we didn't ask it to allocate; ESRCH if quotas got
1101 ASSERT(error != -ESRCH);

Completed in 1143 milliseconds

12345678