Home
last modified time | relevance | path

Searched refs:strhash (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/scripts/basic/
H A 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()
/kernel/linux/linux-6.6/scripts/basic/
H A Dfixdep.c118 static unsigned int strhash(const char *str, unsigned int sz) in strhash() function
154 unsigned int hash = strhash(name, len); in in_hashtable()
/kernel/linux/linux-5.10/scripts/kconfig/
H A 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()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dsymbol.c795 static unsigned strhash(const char *s) in strhash() function
818 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()
860 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()
/kernel/linux/linux-5.10/security/apparmor/
H A Dpolicy_unpack.c653 static u32 strhash(const void *data, u32 len, u32 seed) in strhash() function
892 params.hashfn = strhash; in unpack_profile()
/kernel/linux/linux-6.6/security/apparmor/
H A Dpolicy_unpack.c780 static u32 strhash(const void *data, u32 len, u32 seed) in strhash() function
1056 params.hashfn = strhash; in unpack_profile()

Completed in 8 milliseconds