Home
last modified time | relevance | path

Searched refs:SYMBOL_HASHSIZE (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/scripts/kconfig/
H A Dexpr.h134 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sym; sym = sym->next)
163 #define SYMBOL_HASHSIZE 9973 macro
H A Dlkc_proto.h16 extern struct symbol * symbol_hash[SYMBOL_HASHSIZE];
H A Dsymbol.c819 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()
861 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()
H A Dparser.y29 struct symbol *symbol_hash[SYMBOL_HASHSIZE];
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dexpr.h134 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sym; sym = sym->next)
160 #define SYMBOL_HASHSIZE 9973 macro
H A Dlkc_proto.h17 extern struct symbol * symbol_hash[SYMBOL_HASHSIZE];
H A Dsymbol.c818 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()
860 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()
H A Dparser.y30 struct symbol *symbol_hash[SYMBOL_HASHSIZE];

Completed in 12 milliseconds