hash_fn          2125 drivers/infiniband/hw/mlx4/qp.c 	rss_context->hash_fn = MLX4_RSS_HASH_TOP;
hash_fn          1219 drivers/net/ethernet/mellanox/mlx4/en_rx.c 	rss_context->hash_fn = MLX4_RSS_HASH_TOP;
hash_fn          1221 drivers/net/ethernet/mellanox/mlx4/en_rx.c 		rss_context->hash_fn = MLX4_RSS_HASH_XOR;
hash_fn          1223 drivers/net/ethernet/mellanox/mlx4/en_rx.c 		rss_context->hash_fn = MLX4_RSS_HASH_TOP;
hash_fn           130 include/linux/mlx4/qp.h 	u8			hash_fn;
hash_fn           249 kernel/dma/debug.c 	int idx = hash_fn(entry);
hash_fn          1389 tools/lib/bpf/btf.c 	hashmap_hash_fn hash_fn = btf_dedup_identity_hash_fn;
hash_fn          1398 tools/lib/bpf/btf.c 		hash_fn = btf_dedup_collision_hash_fn;
hash_fn          1403 tools/lib/bpf/btf.c 	d->dedup_table = hashmap__new(hash_fn, btf_dedup_equal_fn, NULL);
hash_fn            32 tools/lib/bpf/hashmap.c void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn,
hash_fn            35 tools/lib/bpf/hashmap.c 	map->hash_fn = hash_fn;
hash_fn            45 tools/lib/bpf/hashmap.c struct hashmap *hashmap__new(hashmap_hash_fn hash_fn,
hash_fn            53 tools/lib/bpf/hashmap.c 	hashmap__init(map, hash_fn, equal_fn, ctx);
hash_fn           106 tools/lib/bpf/hashmap.c 		h = hash_bits(map->hash_fn(cur->key, map->ctx), new_cap_bits);
hash_fn           155 tools/lib/bpf/hashmap.c 	h = hash_bits(map->hash_fn(key, map->ctx), map->cap_bits);
hash_fn           179 tools/lib/bpf/hashmap.c 		h = hash_bits(map->hash_fn(key, map->ctx), map->cap_bits);
hash_fn           199 tools/lib/bpf/hashmap.c 	h = hash_bits(map->hash_fn(key, map->ctx), map->cap_bits);
hash_fn           214 tools/lib/bpf/hashmap.c 	h = hash_bits(map->hash_fn(key, map->ctx), map->cap_bits);
hash_fn            36 tools/lib/bpf/hashmap.h 	hashmap_hash_fn hash_fn;
hash_fn            46 tools/lib/bpf/hashmap.h #define HASHMAP_INIT(hash_fn, equal_fn, ctx) {	\
hash_fn            47 tools/lib/bpf/hashmap.h 	.hash_fn = (hash_fn),			\
hash_fn            56 tools/lib/bpf/hashmap.h void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn,
hash_fn            58 tools/lib/bpf/hashmap.h struct hashmap *hashmap__new(hashmap_hash_fn hash_fn,
hash_fn           163 tools/lib/bpf/hashmap.h 	for (cur = ({ size_t bkt = hash_bits(map->hash_fn((_key), map->ctx),\
hash_fn           171 tools/lib/bpf/hashmap.h 	for (cur = ({ size_t bkt = hash_bits(map->hash_fn((_key), map->ctx),\
hash_fn            61 tools/testing/selftests/bpf/test_hashmap.c 	map = hashmap__new(hash_fn, equal_fn, NULL);
hash_fn           342 tools/testing/selftests/bpf/test_hashmap.c 	map = hashmap__new(hash_fn, equal_fn, NULL);