Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/include/linux/
A Dhash.h58 #define __hash_32 __hash_32_generic macro
68 return __hash_32(val) >> (32 - bits); in hash_32()
81 return hash_32((u32)val ^ __hash_32(val >> 32), bits); in hash_64_generic()
/linux-6.3-rc2/include/linux/
A Dhash.h58 #define __hash_32 __hash_32_generic macro
68 return __hash_32(val) >> (32 - bits); in hash_32()
81 return hash_32((u32)val ^ __hash_32(val >> 32), bits); in hash_64_generic()
/linux-6.3-rc2/fs/fscache/
A Dmain.c50 return __hash_32(y ^ __hash_32(x)); in fold_hash()
/linux-6.3-rc2/arch/m68k/include/asm/
A Dhash.h41 static inline u32 __attribute_const__ __hash_32(u32 x) in __hash_32() function
/linux-6.3-rc2/arch/microblaze/include/asm/
A Dhash.h32 static inline u32 __attribute_const__ __hash_32(u32 a) in __hash_32() function
/linux-6.3-rc2/arch/parisc/include/asm/
A Dhash.h31 static inline u32 __attribute_const__ __hash_32(u32 x) in __hash_32() function
/linux-6.3-rc2/lib/
A Dtest_hash.c116 hash_or[0][0] |= params.h1 = __hash_32(params.h0); in test_int_hash()
/linux-6.3-rc2/fs/
A Dnamei.c2097 return __hash_32(y ^ __hash_32(x)); in fold_hash()

Completed in 14 milliseconds