Searched refs:hashmap__init (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/ |
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()
|
D | hashmap.h | 73 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn,
|
/kernel/linux/linux-5.10/tools/perf/util/ |
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()
|
D | hashmap.h | 73 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn,
|
D | expr.c | 180 hashmap__init(&ctx->ids, key_hash, key_equal, NULL); in expr__ctx_init()
|