Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c50 map = hashmap__new(hash_fn, equal_fn, NULL); in test_hashmap_generic()
269 map = hashmap__new(collision_hash_fn, equal_fn, NULL); in test_hashmap_multimap()
341 map = hashmap__new(hash_fn, equal_fn, NULL); in test_hashmap_empty()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dhashmap.h75 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn,
H A Dhashmap.c51 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn, in hashmap__new() function
H A Dbtf_dump.c139 d->type_names = hashmap__new(str_hash_fn, str_equal_fn, NULL); in btf_dump__new()
145 d->ident_names = hashmap__new(str_hash_fn, str_equal_fn, NULL); in btf_dump__new()
H A Dbtf.c1419 hash = hashmap__new(strs_hash_fn, strs_hash_equal_fn, btf); in btf_ensure_modifiable()
2966 d->dedup_table = hashmap__new(hash_fn, btf_dedup_equal_fn, NULL); in btf_dedup_new()
H A Dlibbpf.c5915 cand_cache = hashmap__new(bpf_core_hash_fn, bpf_core_equal_fn, NULL); in bpf_object__relocate_core()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dhashmap.h75 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn,
H A Dhashmap.c51 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn, in hashmap__new() function