Searched refs:hash_mem (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/net/ipa/ |
A D | ipa_table.c | 386 const struct ipa_mem *hash_mem; in ipa_table_init_add() local 406 hash_mem = ipa_table_mem(ipa, filter, true, ipv6); in ipa_table_init_add() 407 hash_offset = hash_mem ? hash_mem->offset : 0; in ipa_table_init_add() 417 hash_count = hash_mem && hash_mem->size ? count : 0; in ipa_table_init_add() 423 hash_count = hash_mem ? hash_mem->size / sizeof(__le64) : 0; in ipa_table_init_add() 446 zero_size = hash_mem->size - hash_size; in ipa_table_init_add()
|
/linux-6.3-rc2/include/linux/sunrpc/ |
A D | svcauth.h | 181 static inline unsigned long hash_mem(char const *buf, int length, int bits) in hash_mem() function
|
/linux-6.3-rc2/net/sunrpc/auth_gss/ |
A D | svcauth_gss.c | 134 return hash_mem(item->in_handle.data, item->in_handle.len, RSI_HASHBITS) in rsi_hash() 135 ^ hash_mem(item->in_token.data, item->in_token.len, RSI_HASHBITS); in rsi_hash() 409 return hash_mem(rsci->handle.data, rsci->handle.len, RSC_HASHBITS); in rsc_hash()
|
/linux-6.3-rc2/fs/nfsd/ |
A D | export.c | 280 hash ^= hash_mem(cp, len, EXPKEY_HASHBITS); in svc_expkey_hash()
|
Completed in 11 milliseconds