Home
last modified time | relevance | path

Searched refs:hashmap__new (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dhashmap.c50 map = hashmap__new(hash_fn, equal_fn, NULL); in test_hashmap_generic()
268 map = hashmap__new(collision_hash_fn, equal_fn, NULL); in test_hashmap_multimap()
339 map = hashmap__new(hash_fn, equal_fn, NULL); in test_hashmap_empty()
/Linux-v5.15/tools/lib/bpf/
Dstrset.c48 hash = hashmap__new(strset_hash_fn, strset_equal_fn, set); in strset__new()
Dhashmap.h75 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn,
Dhashmap.c51 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn, in hashmap__new() function
Dbtf_dump.c166 d->type_names = hashmap__new(str_hash_fn, str_equal_fn, NULL); in btf_dump__new()
172 d->ident_names = hashmap__new(str_hash_fn, str_equal_fn, NULL); in btf_dump__new()
Dbtf.c3091 d->dedup_table = hashmap__new(hash_fn, btf_dedup_equal_fn, NULL); in btf_dedup_new()
Dlibbpf.c5197 cand_cache = hashmap__new(bpf_core_hash_fn, bpf_core_equal_fn, NULL); in bpf_object__relocate_core()
/Linux-v5.15/tools/perf/util/
Dhashmap.h75 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn,
Dhashmap.c51 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn, in hashmap__new() function
Dstat.c313 mask = hashmap__new(pkg_id_hash, pkg_id_equal, NULL); in check_per_pkg()