Home
last modified time | relevance | path

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

/linux/include/linux/
H 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/tools/include/linux/
H 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/fs/netfs/
H A Dfscache_main.c41 return __hash_32(y ^ __hash_32(x)); in fold_hash()
/linux/arch/m68k/include/asm/
H A Dhash.h43 static inline u32 __attribute_const__ __hash_32(u32 x) in __hash_32()
41 static inline u32 __attribute_const__ __hash_32(u32 x) __hash_32() function
/linux/arch/microblaze/include/asm/
H A Dhash.h32 static inline u32 __attribute_const__ __hash_32(u32 a) in __hash_32() function
/linux/arch/parisc/include/asm/
H A Dhash.h31 static inline u32 __attribute_const__ __hash_32(u32 x) in __hash_32() function
/linux/fs/
H A Dnamei.c2385 return __hash_32(y ^ __hash_32(x));