Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dhashmap.h72 struct hashmap { struct
83 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, argument
73 hash_fnhashmap global() argument
74 equal_fnhashmap global() argument
77 bucketshashmap global() argument
[all...]
/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage.c115 static void __setup(struct bpf_program *prog, bool hashmap) in __setup()