Home
last modified time | relevance | path

Searched refs:strhash (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/scripts/basic/
Dfixdep.c159 static unsigned int strhash(const char *str, unsigned int sz) in strhash() function
207 unsigned int hash = strhash(m, slen); in use_config()
/Linux-v4.19/scripts/kconfig/
Dsymbol.c796 static unsigned strhash(const char *s) in strhash() function
819 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()
861 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()
/Linux-v4.19/security/apparmor/
Dpolicy_unpack.c566 static u32 strhash(const void *data, u32 len, u32 seed) in strhash() function
790 params.hashfn = strhash; in unpack_profile()