Home
last modified time | relevance | path

Searched defs:hashmap (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dhashmap.h72 struct hashmap { struct
73 hashmap_hash_fn hash_fn; argument
74 hashmap_equal_fn equal_fn; argument
77 struct hashmap_entry **buckets; argument
83 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, argument
/linux/tools/lib/bpf/
H A Dhashmap.h72 struct hashmap { struct
73 hashmap_hash_fn hash_fn; argument
74 hashmap_equal_fn equal_fn; argument
77 struct hashmap_entry **buckets; argument
83 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, argument
/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage.c115 static void __setup(struct bpf_program *prog, bool hashmap) in __setup()