Searched refs:hash_64_generic (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/include/linux/ |
H A D | hash.h | 75 #define hash_64 hash_64_generic 77 static __always_inline u32 hash_64_generic(u64 val, unsigned int bits) in hash_64_generic() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | hash.h | 75 #define hash_64 hash_64_generic 77 static __always_inline u32 hash_64_generic(u64 val, unsigned int bits) in hash_64_generic() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hash.h | 72 #define hash_64 hash_64_generic 74 static __always_inline u32 hash_64_generic(u64 val, unsigned int bits) in hash_64_generic() function
|
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | hash.h | 72 #define hash_64 hash_64_generic 74 static __always_inline u32 hash_64_generic(u64 val, unsigned int bits) in hash_64_generic() function
|
/kernel/linux/linux-5.10/lib/ |
H A D | test_hash.c | 120 h2 = hash_64_generic(h64, k); in test_int_hash() 123 pr_err("hash_64(%#llx, %d) = %#x != hash_64_generic() " in test_int_hash() 129 pr_err("hash_64_generic(%#llx, %d) = %#x > %#x", in test_int_hash()
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_hash.c | 87 params->h2 = hash_64_generic(*params->h64, *k); in test_int_hash_64() 90 "hash_64(%#llx, %d) = %#x != hash_64_generic() = %#x", in test_int_hash_64() 94 "hash_64_generic(%#llx, %d) = %#x > %#x", in test_int_hash_64()
|
Completed in 3 milliseconds