Searched refs:hashmap__init (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/lib/bpf/ |
| A D | hashmap.c | 38 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, in hashmap__init() function 59 hashmap__init(map, hash_fn, equal_fn, ctx); in hashmap__new()
|
| A D | hashmap.h | 83 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn,
|
| /linux/tools/perf/util/ |
| A D | hashmap.c | 38 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, in hashmap__init() function 59 hashmap__init(map, hash_fn, equal_fn, ctx); in hashmap__new()
|
| A D | hashmap.h | 83 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn,
|
| A D | threads.c | 28 hashmap__init(&table->shard, key_hash, key_equal, NULL); in threads__init()
|
Completed in 10 milliseconds