Searched refs:strhash (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/scripts/basic/
H A Dfixdep.c151 static unsigned int strhash(const char *str, unsigned int sz) strhash() function
199 unsigned int hash = strhash(m, slen); use_config()
/linux-4.4.14/scripts/kconfig/
H A Dsymbol.c788 static unsigned strhash(const char *s) strhash() function
811 hash = strhash(name) % SYMBOL_HASHSIZE; sym_lookup()
853 hash = strhash(name) % SYMBOL_HASHSIZE; sym_find()

Completed in 118 milliseconds