Searched refs:hashmap_hash_fn (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/tools/perf/util/ |
D | hashmap.h | 43 typedef size_t (*hashmap_hash_fn)(const void *key, void *ctx); typedef 53 hashmap_hash_fn hash_fn; 73 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, 75 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn,
|
D | hashmap.c | 38 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, in hashmap__init() 51 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn, in hashmap__new()
|
/Linux-v6.1/tools/lib/bpf/ |
D | hashmap.h | 43 typedef size_t (*hashmap_hash_fn)(const void *key, void *ctx); typedef 53 hashmap_hash_fn hash_fn; 73 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, 75 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn,
|
D | hashmap.c | 38 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, in hashmap__init() 51 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn, in hashmap__new()
|
D | btf.c | 3199 hashmap_hash_fn hash_fn = btf_dedup_identity_hash_fn; in btf_dedup_new()
|