Searched refs:hashmap__init (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/tools/lib/bpf/ |
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()
|
D | hashmap.h | 83 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn,
|
/Linux-v6.6/tools/perf/util/ |
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()
|
D | hashmap.h | 83 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn,
|