Searched refs:hashmap__init (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/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 | 93 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn,
|
/linux-6.3-rc2/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 | 93 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn,
|
Completed in 6 milliseconds