Searched refs:fold_hash (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/fs/fscache/ |
H A D | main.c | 47 static inline unsigned int fold_hash(unsigned long x, unsigned long y) in fold_hash() function 68 return fold_hash(x, y); in fscache_hash()
|
/kernel/linux/linux-5.10/fs/fscache/ |
H A D | main.c | 112 static inline unsigned int fold_hash(unsigned long x, unsigned long y) in fold_hash() function 132 return fold_hash(x, y); in fscache_hash()
|
/kernel/linux/linux-5.10/fs/ |
H A D | namei.c | 1906 /* Architecture provides HASH_MIX and fold_hash() in <asm/hash.h> */ 1949 static inline unsigned int fold_hash(unsigned long x, unsigned long y) in fold_hash() function 1974 static inline unsigned int fold_hash(unsigned long x, unsigned long y) in fold_hash() function 2005 return fold_hash(x, y); in full_name_hash() 2030 return hashlen_create(fold_hash(x, y), len + find_zero(mask)); in hashlen_string() 2060 return hashlen_create(fold_hash(x, y), len + find_zero(mask)); in hash_name()
|
/kernel/linux/linux-6.6/fs/ |
H A D | namei.c | 2034 /* Architecture provides HASH_MIX and fold_hash() in <asm/hash.h> */ 2077 static inline unsigned int fold_hash(unsigned long x, unsigned long y) in fold_hash() function 2102 static inline unsigned int fold_hash(unsigned long x, unsigned long y) in fold_hash() function 2133 return fold_hash(x, y); in full_name_hash() 2158 return hashlen_create(fold_hash(x, y), len + find_zero(mask)); in hashlen_string() 2188 return hashlen_create(fold_hash(x, y), len + find_zero(mask)); in hash_name()
|
Completed in 13 milliseconds