Home
last modified time | relevance | path

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

/Linux-v6.1/scripts/basic/
Dfixdep.c118 static unsigned int strhash(const char *str, unsigned int sz) in strhash() function
166 unsigned int hash = strhash(m, slen); in use_config()
/Linux-v6.1/scripts/kconfig/
Dsymbol.c797 static unsigned strhash(const char *s) in strhash() function
820 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()
862 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()
/Linux-v6.1/security/apparmor/
Dpolicy_unpack.c656 static u32 strhash(const void *data, u32 len, u32 seed) in strhash() function
896 params.hashfn = strhash; in unpack_profile()