Home
last modified time | relevance | path

Searched refs:hashmap__find (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_hashmap.c86 if (CHECK(!hashmap__find(map, k, &oldv), in test_hashmap_generic()
129 if (CHECK(!hashmap__find(map, k, &oldv), in test_hashmap_generic()
352 if (CHECK(hashmap__find(map, k, NULL), "unexpected find\n")) in test_hashmap_empty()
/Linux-v5.4/tools/lib/bpf/
Dhashmap.h130 bool hashmap__find(const struct hashmap *map, const void *key, void **value);
Dhashmap.c194 bool hashmap__find(const struct hashmap *map, const void *key, void **value) in hashmap__find() function
Dbtf_dump.c1326 hashmap__find(name_map, orig_name, (void **)&dup_cnt); in btf_dump_name_dups()
Dlibbpf.c3040 if (!hashmap__find(cand_cache, type_key, (void **)&cand_ids)) { in bpf_core_reloc_offset()