Home
last modified time | relevance | path

Searched refs:hash_str (Results 1 – 11 of 11) 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.c933 hash = hash_str(name); in sym_lookup()
976 hash = hash_str(name); in sym_find()
/linux/scripts/gendwarfksyms/
H A Dsymbols.c68 hash_str(name)) { in for_each()
154 hash_add(symbol_names, &sym->name_hash, hash_str(sym->name)); in symbol_read_exports()
H A Dtypes.c109 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 Dkabi.c95 return hash_32(type) ^ hash_str(target); in rule_values_hash()
/linux/include/linux/sunrpc/
H A Dsvcauth.h179 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()