Home
last modified time | relevance | path

Searched refs:ESRCH (Results 1 – 25 of 167) sorted by relevance

1234567

/Linux-v5.15/tools/testing/selftests/arm64/fp/
Dsve-ptrace.c178 if (errno == ESRCH) in do_parent()
197 if (errno == ESRCH) in do_parent()
211 if (e == ESRCH) in do_parent()
238 if (e == ESRCH) in do_parent()
264 if (e == ESRCH) in do_parent()
275 if (e == ESRCH) in do_parent()
/Linux-v5.15/block/
Dioprio.c105 ret = -ESRCH; in SYSCALL_DEFINE3()
198 int ret = -ESRCH; in SYSCALL_DEFINE2()
220 if (ret == -ESRCH) in SYSCALL_DEFINE2()
243 if (ret == -ESRCH) in SYSCALL_DEFINE2()
/Linux-v5.15/fs/proc/
Dbase.c367 return -ESRCH; in proc_pid_cmdline_read()
496 return -ESRCH; in lstats_show_proc()
530 return -ESRCH; in lstats_write()
737 return -ESRCH; in proc_pid_permission()
773 return -ESRCH; in proc_single_show()
797 struct mm_struct *mm = ERR_PTR(-ESRCH); in proc_mem_open()
1045 return -ESRCH; in oom_adj_read()
1066 return -ESRCH; in __set_oom_adj()
1204 return -ESRCH; in oom_score_adj_read()
1257 return -ESRCH; in proc_loginuid_read()
[all …]
/Linux-v5.15/drivers/staging/gdm724x/
Dnetlink_k.c104 return -ESRCH; in netlink_send()
121 if (ret != -ESRCH) in netlink_send()
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dsection_names.c21 {"InvAliD", {-ESRCH, 0, 0}, {-EINVAL, 0} },
22 {"cgroup", {-ESRCH, 0, 0}, {-EINVAL, 0} },
/Linux-v5.15/arch/mips/kernel/
Dmips-mt-fpaff.c86 return -ESRCH; in mipsmt_sys_sched_setaffinity()
172 retval = -ESRCH; in mipsmt_sys_sched_getaffinity()
/Linux-v5.15/include/uapi/asm-generic/
Derrno-base.h7 #define ESRCH 3 /* No such process */ macro
/Linux-v5.15/tools/include/uapi/asm-generic/
Derrno-base.h7 #define ESRCH 3 /* No such process */ macro
/Linux-v5.15/drivers/tty/
Dtty_audit.c28 WARN_ON(buf == ERR_PTR(-ESRCH)); in tty_audit_buf_ref()
116 buf = xchg(&current->signal->tty_audit_buf, ERR_PTR(-ESRCH)); in tty_audit_exit()
/Linux-v5.15/kernel/
Dptrace.c248 int ret = -ESRCH; in ptrace_check_attach()
277 ret = -ESRCH; in ptrace_check_attach()
688 int error = -ESRCH; in ptrace_getsiginfo()
704 int error = -ESRCH; in ptrace_setsiginfo()
1188 ret = -ESRCH; in ptrace_request()
1292 ret = -ESRCH; in SYSCALL_DEFINE4()
1437 ret = -ESRCH; in COMPAT_SYSCALL_DEFINE4()
Dnsproxy.c370 return -ESRCH; in validate_nsset()
385 return -ESRCH; in validate_nsset()
393 ret = -ESRCH; in validate_nsset()
Dtask_work.c43 return -ESRCH; in task_work_add()
/Linux-v5.15/mm/
Dprocess_vm_access.c198 rc = -ESRCH; in process_vm_rw_core()
204 rc = IS_ERR(mm) ? PTR_ERR(mm) : -ESRCH; in process_vm_rw_core()
/Linux-v5.15/net/netfilter/
Dnf_queue.c158 return -ESRCH; in __nf_queue()
218 if (ret == -ESRCH && in nf_queue()
/Linux-v5.15/fs/xfs/
Dxfs_dquot.c314 return -ESRCH; in xfs_dquot_disk_alloc()
411 return -ESRCH; in xfs_dquot_disk_read()
853 return -ESRCH; in xfs_qm_dqget_checks()
857 return -ESRCH; in xfs_qm_dqget_checks()
861 return -ESRCH; in xfs_qm_dqget_checks()
1022 return -ESRCH; in xfs_qm_dqget_inode()
/Linux-v5.15/drivers/scsi/
Dscsi_netlink.c85 err = -ESRCH; in scsi_nl_rcv_msg()
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns/
Dhns_ethtool.c125 return -ESRCH; in hns_nic_get_link_ksettings()
129 return -ESRCH; in hns_nic_get_link_ksettings()
208 return -ESRCH; in hns_nic_set_link_ksettings()
723 return -ESRCH; in hns_set_pauseparam()
753 return -ESRCH; in hns_get_coalesce()
802 return -ESRCH; in hns_set_coalesce()
/Linux-v5.15/drivers/infiniband/sw/rdmavt/
Dmcast.c187 ret = ESRCH; in rvt_mcast_add()
263 case ESRCH: in rvt_attach_mcast()
/Linux-v5.15/net/netfilter/ipvs/
Dip_vs_proto.c111 return -ESRCH; in unregister_ip_vs_protocol()
134 return -ESRCH; in unregister_ip_vs_proto_netns()
/Linux-v5.15/drivers/net/ethernet/intel/iavf/
Diavf_adminq.h97 -ESRCH, /* IAVF_AQ_RC_ESRCH */ in iavf_aq_rc_to_posix()
/Linux-v5.15/drivers/net/ethernet/intel/i40e/
Di40e_adminq.h97 -ESRCH, /* I40E_AQ_RC_ESRCH */ in i40e_aq_rc_to_posix()
/Linux-v5.15/tools/testing/selftests/pidfd/
Dpidfd_test.c133 if (saved_errno != ESRCH) in test_pidfd_send_signal_exited_fail()
284 if (ret && errno == ESRCH) in test_pidfd_send_signal_recycled_pid_fail()
/Linux-v5.15/lib/
Dkobject_uevent.c334 if (retval == -ENOBUFS || retval == -ESRCH) in uevent_net_broadcast_untagged()
374 if (ret == -ENOBUFS || ret == -ESRCH) in uevent_net_broadcast_tagged()
719 if (ret == -ENOBUFS || ret == -ESRCH) in uevent_net_broadcast()
/Linux-v5.15/drivers/md/
Ddm-log-userspace-base.c99 if (r != -ESRCH) in userspace_do_request()
122 return -ESRCH; in userspace_do_request()
267 if (r == -ESRCH) in userspace_ctr()
/Linux-v5.15/net/decnet/
Ddn_table.c681 return -ESRCH; in dn_fib_table_delete()
697 return -ESRCH; in dn_fib_table_delete()
706 return -ESRCH; in dn_fib_table_delete()
745 return -ESRCH; in dn_fib_table_delete()

1234567