Searched refs:hash_str (Results 1 – 11 of 11) sorted by relevance
| /linux/scripts/include/ |
| H A D | hash.h | 5 static inline unsigned int hash_str(const char *s) in hash_str() function
|
| /linux/net/sunrpc/ |
| H A D | svcauth.c | 243 head = &auth_domain_table[hash_str(name, DN_HASHBITS)]; in auth_domain_lookup() 266 head = &auth_domain_table[hash_str(name, DN_HASHBITS)]; in auth_domain_find()
|
| H A D | svcauth_unix.c | 299 hash_str(class, IP_HASHBITS) ^ in __ip_map_lookup() 320 hash_str(ipm->m_class, IP_HASHBITS) ^ in __ip_map_update()
|
| /linux/scripts/kconfig/ |
| H A D | util.c | 29 int hash = hash_str(name); in file_lookup()
|
| H A D | symbol.c | 933 hash = hash_str(name); in sym_lookup() 976 hash = hash_str(name); in sym_find()
|
| /linux/scripts/gendwarfksyms/ |
| H A D | symbols.c | 68 hash_str(name)) { in for_each() 154 hash_add(symbol_names, &sym->name_hash, hash_str(sym->name)); in symbol_read_exports()
|
| H A D | types.c | 109 hash_for_each_possible(type_map, e, hash, hash_str(name)) { in __type_map_get() 129 hash_add(type_map, &e->hash, hash_str(e->name)); in type_map_add()
|
| H A D | kabi.c | 95 return hash_32(type) ^ hash_str(target); in rule_values_hash()
|
| /linux/include/linux/sunrpc/ |
| H A D | svcauth.h | 179 static inline unsigned long hash_str(char const *name, int bits) in hash_str() function
|
| /linux/fs/nfsd/ |
| H A D | nfs4idmap.c | 116 hash = hash_str(ent->authname, ENT_HASHBITS); in idtoname_hash() 303 return hash_str(ent->name, ENT_HASHBITS); in nametoid_hash()
|
| /linux/fs/nfs/ |
| H A D | dns_resolve.c | 136 return hash_str(key->hostname, NFS_DNS_HASHBITS); in nfs_dns_hash()
|