Searched refs:hashmap_hash_fn (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dhashmap.h43 typedef size_t (*hashmap_hash_fn)(long key, void *ctx); typedef
73 hashmap_hash_fn hash_fn;
83 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn,
85 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn,
H A Dhashmap.c38 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn,
51 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn,
H A Dbtf.c3393 hashmap_hash_fn hash_fn = btf_dedup_identity_hash_fn;
/linux-master/tools/perf/util/
H A Dhashmap.h43 typedef size_t (*hashmap_hash_fn)(long key, void *ctx); typedef
73 hashmap_hash_fn hash_fn;
83 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn,
85 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn,
H A Dhashmap.c38 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn,
51 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn,

Completed in 152 milliseconds