Home
last modified time | relevance | path

Searched refs:hashmap__init (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/tools/lib/bpf/
H A Dhashmap.c38 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()
H A Dhashmap.h83 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn,
/linux-6.15/tools/perf/util/
H A Dhashmap.c38 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()
H A Dhashmap.h83 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn,
H A Dthreads.c28 hashmap__init(&table->shard, key_hash, key_equal, NULL); in threads__init()
H A Dhwmon_pmu.c374 hashmap__init(&hwm->events, hwmon_pmu__event_hashmap_hash, in hwmon_pmu__new()
H A Dbpf_lock_contention.c41 hashmap__init(&slab_hash, slab_cache_hash, slab_cache_equal, /*ctx=*/NULL); in check_slab_cache_iter()