Home
last modified time | relevance | path

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

12

/tools/lib/bpf/
A Dusdt.bpf.h87 return spec_id_ptr ? *spec_id_ptr : -ESRCH; in __bpf_usdt_spec_id()
102 return -ESRCH; in bpf_usdt_arg_cnt()
106 return -ESRCH; in bpf_usdt_arg_cnt()
123 return -ESRCH; in bpf_usdt_arg_size()
127 return -ESRCH; in bpf_usdt_arg_size()
159 return -ESRCH; in bpf_usdt_arg()
163 return -ESRCH; in bpf_usdt_arg()
A Dstr_error.c96 case -ESRCH: return "-ESRCH"; in libbpf_errstr()
A Dusdt.c267 return ERR_PTR(-ESRCH); in usdt_manager_new()
444 return -ESRCH; in parse_elf_segs()
530 err = -ESRCH; in parse_vma_segs()
674 err = -ESRCH; in collect_usdt_targets()
680 err = -ESRCH; in collect_usdt_targets()
721 err = -ESRCH; in collect_usdt_targets()
746 err = -ESRCH; in collect_usdt_targets()
752 err = -ESRCH; in collect_usdt_targets()
/tools/include/uapi/asm-generic/
A Derrno-base.h7 #define ESRCH 3 /* No such process */ macro
/tools/testing/selftests/bpf/prog_tests/
A Dsection_names.c21 {"InvAliD", {-ESRCH, 0, 0}, {-EINVAL, 0} },
22 {"cgroup", {-ESRCH, 0, 0}, {-EINVAL, 0} },
A Dhtab_update.c28 if (!ASSERT_TRUE(!err || err == -ESRCH, "htab_update__load") || err) in test_reenter_update()
/tools/testing/selftests/arm64/abi/
A Dptrace.c207 if (errno == ESRCH) in do_parent()
226 if (errno == ESRCH) in do_parent()
/tools/testing/selftests/sched_ext/
A Dselect_cpu_dfl_nodispatch.bpf.c43 return -ESRCH; in BPF_STRUCT_OPS()
/tools/testing/selftests/arm64/gcs/
A Dlibc-gcs.c198 if (errno == ESRCH) { in TEST()
199 ASSERT_NE(errno, ESRCH); in TEST()
219 if (errno == ESRCH) { in TEST()
220 ASSERT_NE(errno, ESRCH); in TEST()
/tools/include/nolibc/sys/
A Dwait.h61 SET_ERRNO(ESRCH); in waitpid()
/tools/testing/selftests/arm64/fp/
A Dza-ptrace.c285 if (errno == ESRCH) in do_parent()
304 if (errno == ESRCH) in do_parent()
A Dzt-ptrace.c290 if (errno == ESRCH) in do_parent()
309 if (errno == ESRCH) in do_parent()
A Dsve-ptrace.c657 if (errno == ESRCH) in do_parent()
676 if (errno == ESRCH) in do_parent()
/tools/testing/selftests/mm/
A Dmrelease_test.c159 if (errno == ESRCH) { in main()
A Dprocess_madv.c248 ASSERT_EQ(errno, ESRCH); in TEST_F()
A Dpkey_sighandler_tests.c518 } while (ret != -ESRCH && ret != -EINVAL); in test_pkru_sigreturn()
/tools/testing/selftests/landlock/
A Dptrace_test.c404 EXPECT_EQ(ESRCH, errno); in TEST_F()
557 EXPECT_EQ(ESRCH, errno); in TEST_F()
/tools/testing/selftests/pidfd/
A Dpidfd_test.c186 if (saved_errno != ESRCH) in test_pidfd_send_signal_exited_fail()
337 if (ret && errno == ESRCH) in test_pidfd_send_signal_recycled_pid_fail()
A Dpidfd_getfd_test.c264 EXPECT_EQ(errno, ESRCH); in TEST_F()
A Dpidfd_info_test.c154 ASSERT_EQ(errno, ESRCH); in TEST_F()
188 ASSERT_EQ(errno, ESRCH); in TEST_F()
/tools/testing/selftests/kvm/
A Darch_timer.c108 TEST_ASSERT(ret == 0 || ret == ESRCH, in test_migrate_vcpu()
/tools/testing/selftests/bpf/
A Dtrace_helpers.c273 return -ESRCH; /* vma not found */ in procmap_query()
330 return -ESRCH; in get_uprobe_offset()
/tools/testing/selftests/cgroup/
A Dtest_kill.c226 pid_t pid = -ESRCH; in test_cgkill_forkbomb()
/tools/sched_ext/
A Dscx_central.bpf.c309 return -ESRCH; in BPF_STRUCT_OPS_SLEEPABLE()
A Dscx_qmap.bpf.c167 return -ESRCH; in BPF_STRUCT_OPS()
838 return -ESRCH; in BPF_STRUCT_OPS_SLEEPABLE()

Completed in 46 milliseconds

12