Searched refs:hashmap__new (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | hashmap.c | 50 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 D | hashmap.h | 75 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn,
|
| H A D | hashmap.c | 51 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn, in hashmap__new() function
|
| H A D | btf_dump.c | 139 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 D | btf.c | 1419 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 D | libbpf.c | 5915 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 D | hashmap.h | 75 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn,
|
| H A D | hashmap.c | 51 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn, in hashmap__new() function
|