Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/
Dtest_hashmap.c61 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()
342 map = hashmap__new(hash_fn, equal_fn, NULL); in test_hashmap_empty()
/tools/lib/bpf/
Dhashmap.h58 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn,
Dhashmap.c45 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn, in hashmap__new() function
Dbtf_dump.c136 d->type_names = hashmap__new(str_hash_fn, str_equal_fn, NULL); in btf_dump__new()
143 d->ident_names = hashmap__new(str_hash_fn, str_equal_fn, NULL); in btf_dump__new()
Dbtf.c1403 d->dedup_table = hashmap__new(hash_fn, btf_dedup_equal_fn, NULL); in btf_dedup_new()
Dlibbpf.c3136 cand_cache = hashmap__new(bpf_core_hash_fn, bpf_core_equal_fn, NULL); in bpf_core_reloc_offsets()