Searched refs:ESRCH (Results 1 - 25 of 196) sorted by relevance

12345678

/linux-master/include/uapi/asm-generic/
H A Derrno-base.h7 #define ESRCH 3 /* No such process */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno-base.h7 #define ESRCH 3 /* No such process */ macro
/linux-master/block/
H A Dioprio.c81 ret = -ESRCH;
190 int ret = -ESRCH;
213 if (ret == -ESRCH)
238 if (ret == -ESRCH)
/linux-master/tools/lib/bpf/
H A Dusdt.bpf.h87 return spec_id_ptr ? *spec_id_ptr : -ESRCH;
102 return -ESRCH;
106 return -ESRCH;
127 return -ESRCH;
131 return -ESRCH;
/linux-master/drivers/staging/gdm724x/
H A Dnetlink_k.c104 return -ESRCH;
121 if (ret != -ESRCH)
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsection_names.c21 {"InvAliD", {-ESRCH, 0, 0}, {-EINVAL, 0} },
22 {"cgroup", {-ESRCH, 0, 0}, {-EINVAL, 0} },
H A Dhtab_update.c25 /* lookup_elem_raw() may be inlined and find_kernel_btf_id() will return -ESRCH */
28 if (!ASSERT_TRUE(!err || err == -ESRCH, "htab_update__load") || err)
/linux-master/arch/mips/kernel/
H A Dmips-mt-fpaff.c87 return -ESRCH;
173 retval = -ESRCH;
/linux-master/drivers/scsi/
H A Dscsi_netlink.c85 err = -ESRCH;
/linux-master/kernel/
H A Dtask_work.c40 * 0 if succeeds or -ESRCH.
53 return -ESRCH;
H A Dptrace.c237 * 0 on success, -ESRCH if %child is not ready.
241 int ret = -ESRCH;
263 ret = -ESRCH;
680 int error = -ESRCH;
696 int error = -ESRCH;
1168 ret = -ESRCH;
1271 ret = -ESRCH;
1410 ret = -ESRCH;
H A Dnsproxy.c389 return -ESRCH;
404 return -ESRCH;
412 ret = -ESRCH;
H A Dpid.c581 return ERR_PTR(-ESRCH);
642 return -ESRCH;
696 * In case 3 we get EBADF, but that really means ESRCH, since
701 file = ERR_PTR(-ESRCH);
717 return -ESRCH;
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_adminq.h90 -ESRCH, /* IAVF_AQ_RC_ESRCH */
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.h90 -ESRCH, /* I40E_AQ_RC_ESRCH */
/linux-master/drivers/xen/
H A Dgrant-dma-ops.c327 return -ESRCH;
333 return -ESRCH;
341 return -ESRCH;
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_simple_resource.c215 return ERR_PTR(-ESRCH);
/linux-master/tools/testing/selftests/mm/
H A Dmrelease_test.c159 if (errno == ESRCH) {
/linux-master/fs/proc/
H A Dbase.c369 return -ESRCH;
500 return -ESRCH;
534 return -ESRCH;
740 return -ESRCH;
776 return -ESRCH;
800 struct mm_struct *mm = ERR_PTR(-ESRCH);
1048 return -ESRCH;
1069 return -ESRCH;
1206 return -ESRCH;
1258 return -ESRCH;
[all...]
/linux-master/tools/testing/selftests/arm64/fp/
H A Dza-ptrace.c283 if (errno == ESRCH)
302 if (errno == ESRCH)
H A Dzt-ptrace.c288 if (errno == ESRCH)
307 if (errno == ESRCH)
/linux-master/tools/testing/selftests/arm64/abi/
H A Dptrace.c207 if (errno == ESRCH)
226 if (errno == ESRCH)
/linux-master/drivers/tty/
H A Dtty_audit.c28 WARN_ON(buf == ERR_PTR(-ESRCH));
116 buf = xchg(&current->signal->tty_audit_buf, ERR_PTR(-ESRCH));
174 * if out of memory or ERR_PTR(-ESRCH) if tty_audit_exit() has already
/linux-master/mm/
H A Dprocess_vm_access.c199 rc = -ESRCH;
205 rc = IS_ERR(mm) ? PTR_ERR(mm) : -ESRCH;
/linux-master/net/netfilter/
H A Dnf_queue.c167 return -ESRCH;
242 if (ret == -ESRCH &&

Completed in 450 milliseconds

12345678