Home
last modified time | relevance | path

Searched refs:__hash_32 (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/tools/include/linux/
Dhash.h58 #define __hash_32 __hash_32_generic macro
71 return __hash_32(val) >> (32 - bits); in hash_32_generic()
84 return hash_32((u32)val ^ __hash_32(val >> 32), bits); in hash_64_generic()
/Linux-v5.15/include/linux/
Dhash.h58 #define __hash_32 __hash_32_generic macro
71 return __hash_32(val) >> (32 - bits); in hash_32_generic()
84 return hash_32((u32)val ^ __hash_32(val >> 32), bits); in hash_64_generic()
/Linux-v5.15/fs/fscache/
Dmain.c115 return __hash_32(y ^ __hash_32(x)); in fold_hash()
/Linux-v5.15/arch/h8300/include/asm/
Dhash.h36 static inline u32 __attribute_const__ __hash_32(u32 x) in __hash_32() function
/Linux-v5.15/arch/m68k/include/asm/
Dhash.h41 static inline u32 __attribute_const__ __hash_32(u32 x) in __hash_32() function
/Linux-v5.15/arch/microblaze/include/asm/
Dhash.h32 static inline u32 __attribute_const__ __hash_32(u32 a) in __hash_32() function
/Linux-v5.15/arch/parisc/include/asm/
Dhash.h31 static inline u32 __attribute_const__ __hash_32(u32 x) in __hash_32() function
/Linux-v5.15/lib/
Dtest_hash.c75 hash_or[0][0] |= h1 = __hash_32(h0); in test_int_hash()
/Linux-v5.15/fs/
Dnamei.c2073 return __hash_32(y ^ __hash_32(x)); in fold_hash()