Lines Matching defs:salt
1989 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len)
1991 unsigned long a, x = 0, y = (unsigned long)salt;
2010 u64 hashlen_string(const void *salt, const char *name)
2012 unsigned long a = 0, x = 0, y = (unsigned long)salt;
2038 static inline u64 hash_name(const void *salt, const char *name)
2040 unsigned long a = 0, b, x = 0, y = (unsigned long)salt;
2066 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len)
2068 unsigned long hash = init_name_hash(salt);
2076 u64 hashlen_string(const void *salt, const char *name)
2078 unsigned long hash = init_name_hash(salt);
2095 static inline u64 hash_name(const void *salt, const char *name)
2097 unsigned long hash = init_name_hash(salt);