Searched refs:hashmap__new (Results 1 – 6 of 6) sorted by relevance
/tools/testing/selftests/bpf/ |
D | test_hashmap.c | 61 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/ |
D | hashmap.h | 58 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn,
|
D | hashmap.c | 45 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn, in hashmap__new() function
|
D | btf_dump.c | 136 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()
|
D | btf.c | 1403 d->dedup_table = hashmap__new(hash_fn, btf_dedup_equal_fn, NULL); in btf_dedup_new()
|
D | libbpf.c | 3136 cand_cache = hashmap__new(bpf_core_hash_fn, bpf_core_equal_fn, NULL); in bpf_core_reloc_offsets()
|