Home
last modified time | relevance | path

Searched refs:hash_str (Results 1 – 9 of 9) sorted by relevance

/linux/scripts/include/
H A Dhash.h5 static inline unsigned int hash_str(const char *s) in hash_str() function
/linux/net/sunrpc/
H A Dsvcauth.c243 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 Dsvcauth_unix.c299 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 Dutil.c29 int hash = hash_str(name); in file_lookup()
H A Dsymbol.c910 hash = hash_str(name); in sym_lookup()
953 hash = hash_str(name); in sym_find()
/linux/include/linux/sunrpc/
H A Dsvcauth.h180 static inline unsigned long hash_str(char const *name, int bits) in hash_str() function
/linux/fs/nfsd/
H A Dnfs4idmap.c116 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 Ddns_resolve.c136 return hash_str(key->hostname, NFS_DNS_HASHBITS); in nfs_dns_hash()
/linux/scripts/mod/
H A Dmodpost.c232 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()