Searched defs:hash_fn (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.15/tools/lib/bpf/ | 
| 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()
 
 | 
| D | hashmap.h | 53 	hashmap_hash_fn hash_fn;  member63 #define HASHMAP_INIT(hash_fn, equal_fn, ctx) {	\  argument
 
 | 
| D | btf.c | 3077 	hashmap_hash_fn hash_fn = btf_dedup_identity_hash_fn;  in btf_dedup_new()  local
 | 
| /Linux-v5.15/tools/perf/util/ | 
| 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()
 
 | 
| D | hashmap.h | 53 	hashmap_hash_fn hash_fn;  member63 #define HASHMAP_INIT(hash_fn, equal_fn, ctx) {	\  argument
 
 | 
| /Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ | 
| D | hashmap.c | 13 static size_t hash_fn(const void *k, void *ctx)  in hash_fn()  function
 | 
| /Linux-v5.15/kernel/dma/ | 
| D | debug.c | 236 static int hash_fn(struct dma_debug_entry *entry)  in hash_fn()  function
 | 
| /Linux-v5.15/include/linux/mlx4/ | 
| D | qp.h | 130 	u8			hash_fn;  member
 |