Home
last modified time | relevance | path

Searched refs:EEXIST (Results 1 – 25 of 28) sorted by relevance

12

/tools/include/uapi/asm-generic/
Derrno-base.h21 #define EEXIST 17 /* File exists */ macro
/tools/testing/selftests/bpf/
Dcgroup_helpers.c123 if (mkdir(cgroup_workdir, 0777) && errno != EEXIST) { in setup_cgroup_environment()
224 if (mkdir(cgroup_path, 0777) && errno != EEXIST) { in create_and_get_cgroup()
Dtest_lru_map.c191 && errno == EEXIST); in test_lru_sanity0()
719 && errno == EEXIST); in test_lru_sanity7()
813 && errno == EEXIST); in test_lru_sanity8()
Dtest_maps.c58 errno == EEXIST); in test_hashmap()
174 errno == EEXIST); in test_hashmap_percpu()
364 errno == EEXIST); in test_arraymap()
422 errno == EEXIST); in test_arraymap_percpu()
1366 errno == EEXIST); in test_map_parallel()
1602 CHECK(err != -1 || errno != EEXIST, in test_reuseport_array()
Dtest_hashmap.c118 if (CHECK(err != -EEXIST, "unexpected add result: %d\n", err)) in test_hashmap_generic()
/tools/perf/util/
Drblist.c32 return -EEXIST; in rblist__add_node()
Dbuild-id.c690 } else if (link(realname, filename) && errno != EEXIST && in build_id_cache__add_s()
716 errno != EEXIST && in build_id_cache__add_s()
855 if (mkdir(buildid_dir, 0755) != 0 && errno != EEXIST) in perf_session__cache_build_ids()
Dprobe-file.c210 if (ret == -EEXIST) in __probe_file__get_namelist()
Dbpf-loader.c1724 bpf__strerror_entry(EEXIST, "Probe point exist. Try 'perf probe -d \"*\"' and set 'force=yes'"); in bpf__strerror_probe()
Dprobe-finder.c1714 if (err < 0 && err != -EEXIST) in line_range_walk_cb()
Devsel.c1701 if (err && errno != EEXIST) { in evsel__open()
Dsession.c2397 err = -EEXIST; in __perf_session__set_tracepoints_handlers()
/tools/perf/jvmti/
Djvmti_agent.c158 if (errno != EEXIST) { in create_jit_cache_dir()
173 if (errno != EEXIST) { in create_jit_cache_dir()
/tools/usb/usbip/src/
Dusbip_attach.c49 if (errno == EEXIST) { in record_connection()
/tools/testing/selftests/filesystems/binderfs/
Dbinderfs_test.c148 if (errno != EEXIST) in __do_binderfs_test()
/tools/lib/traceevent/Documentation/
Dlibtraceevent-commands.txt66 is not enough memory to duplicate the _comm_ or EEXIST if a mapping for this
99 if (ret != 0 && errno == EEXIST)
/tools/testing/selftests/vm/
Duserfaultfd.c406 if (uffdio_copy->copy != -EEXIST) in retry_copy_page()
429 if (uffdio_copy.copy != -EEXIST) in __copy_page()
808 if (uffdio_zeropage->zeropage != -EEXIST) in retry_uffdio_zeropage()
835 if (uffdio_zeropage.zeropage == -EEXIST) in __uffdio_zeropage()
/tools/lib/bpf/
Dhashmap.c175 return -EEXIST; in hashmap__insert()
Dbtf.c586 return -EEXIST; in btf__load()
/tools/testing/selftests/bpf/map_tests/
Dsk_storage_map.c524 CHECK(!err || errno != EEXIST, in test_sk_storage_map_basic()
528 CHECK(!err || errno != EEXIST, "bpf_map_update_elem(BPF_NOEXIST)", in test_sk_storage_map_basic()
/tools/perf/tests/
Dbpf.c272 if (err && errno != EEXIST) { in __test__bpf()
/tools/perf/
Dbuiltin-buildid-cache.c445 if (errno == EEXIST) { in cmd_buildid_cache()
Dbuiltin-trace.c1558 return -EEXIST; in trace__read_syscall_info()
1562 return -EEXIST; in trace__read_syscall_info()
/tools/testing/selftests/filesystems/incfs/
Dincfs_test.c535 if (errno != EEXIST) { in create_backing_dir()
1025 if (err < 0 && errno != EEXIST) { in basic_file_ops_test()
1031 if (err < 0 && errno != EEXIST) { in basic_file_ops_test()
/tools/testing/selftests/net/
Dtls.c1194 EXPECT_EQ(errno, EEXIST); in TEST()

12