Home
last modified time | relevance | path

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

/Linux-v5.15/scripts/basic/
Dfixdep.c137 static unsigned int strhash(const char *str, unsigned int sz) in strhash() function
185 unsigned int hash = strhash(m, slen); in use_config()
/Linux-v5.15/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-v5.15/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()