Searched refs:hash_str (Results 1 – 7 of 7) sorted by relevance
/scripts/include/ |
A D | hash.h | 5 static inline unsigned int hash_str(const char *s) in hash_str() function
|
/scripts/kconfig/ |
A D | util.c | 29 int hash = hash_str(name); in file_lookup()
|
A D | symbol.c | 915 hash = hash_str(name); in sym_lookup() 958 hash = hash_str(name); in sym_find()
|
/scripts/gendwarfksyms/ |
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()
|
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()
|
A D | kabi.c | 95 return hash_32(type) ^ hash_str(target); in rule_values_hash()
|
/scripts/mod/ |
A D | modpost.c | 250 hash_add(symbol_hashtable, &sym->hnode, hash_str(sym->name)); in hash_add_symbol() 271 hash_for_each_possible(symbol_hashtable, s, hnode, hash_str(name)) { in sym_find_with_module()
|
Completed in 13 milliseconds