Searched refs:hash_str (Results 1 – 9 of 9) 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 | 910 hash = hash_str(name); in sym_lookup() 953 hash = hash_str(name); in sym_find()
|
/linux/include/linux/sunrpc/ |
H A D | svcauth.h | 180 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()
|
/linux/scripts/mod/ |
H A D | modpost.c | 232 hash_add(symbol_hashtable, &sym->hnode, hash_str(sym->name)); in hash_add_symbol() 253 hash_for_each_possible(symbol_hashtable, s, hnode, hash_str(name)) { in sym_find_with_module()
|