Searched defs:hash_fn (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | hashmap.c | 38 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, in hashmap__init() 51 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn, in hashmap__new()
|
A D | hashmap.h | 73 hashmap_hash_fn hash_fn; member 83 #define HASHMAP_INIT(hash_fn, equal_fn, ctx) { \ argument
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | hashmap.c | 38 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, in hashmap__init() 51 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn, in hashmap__new()
|
A D | hashmap.h | 73 hashmap_hash_fn hash_fn; member 83 #define HASHMAP_INIT(hash_fn, equal_fn, ctx) { \ argument
|
A D | btf.c | 3220 hashmap_hash_fn hash_fn = btf_dedup_identity_hash_fn; in btf_dedup_new() local
|
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | hashmap.c | 14 static size_t hash_fn(long k, void *ctx) in hash_fn() function
|
/linux-6.3-rc2/kernel/dma/ |
A D | debug.c | 236 static int hash_fn(struct dma_debug_entry *entry) in hash_fn() function
|
/linux-6.3-rc2/include/linux/mlx4/ |
A D | qp.h | 130 u8 hash_fn; member
|
Completed in 21 milliseconds