Home
last modified time | relevance | path

Searched refs:hash_str (Results 1 – 10 of 10) 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.c302 hash_str(class, IP_HASHBITS) ^ in __ip_map_lookup()
323 hash_str(ipm->m_class, IP_HASHBITS) ^ in __ip_map_update()
/linux/scripts/kconfig/
H A Dutil.c46 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/include/linux/sunrpc/
H A Dsvcauth.h179 static inline unsigned long hash_str(char const *name, int bits) in hash_str() function
/linux/scripts/gendwarfksyms/
H A Dsymbols.c69 hash_str(name)) { in for_each()
155 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/scripts/mod/
H A Dmodpost.c255 hash_add(symbol_hashtable, &sym->hnode, hash_str(sym->name)); in hash_add_symbol()
276 hash_for_each_possible(symbol_hashtable, s, hnode, hash_str(name)) { in sym_find_with_module()