Searched refs:strhash (Results 1 – 3 of 3) sorted by relevance
118 static unsigned int strhash(const char *str, unsigned int sz) in strhash() function154 unsigned int hash = strhash(name, len); in in_hashtable()
797 static unsigned strhash(const char *s) in strhash() function820 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()862 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()
777 static u32 strhash(const void *data, u32 len, u32 seed) in strhash() function1023 params.hashfn = strhash; in unpack_profile()
Completed in 7 milliseconds