Home
last modified time | relevance | path

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

/Linux-v5.10/scripts/basic/
Dfixdep.c169 static unsigned int strhash(const char *str, unsigned int sz) in strhash() function
217 unsigned int hash = strhash(m, slen); in use_config()
/Linux-v5.10/scripts/kconfig/
Dsymbol.c798 static unsigned strhash(const char *s) in strhash() function
821 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()
863 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()
/Linux-v5.10/security/apparmor/
Dpolicy_unpack.c653 static u32 strhash(const void *data, u32 len, u32 seed) in strhash() function
886 params.hashfn = strhash; in unpack_profile()