Home
last modified time | relevance | path

Searched refs:hash_mem (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/net/ipa/
Dipa_table.c388 const struct ipa_mem *hash_mem; in ipa_table_init_add() local
408 hash_mem = ipa_table_mem(ipa, filter, true, ipv6); in ipa_table_init_add()
409 hash_offset = hash_mem ? hash_mem->offset : 0; in ipa_table_init_add()
419 hash_count = hash_mem && hash_mem->size ? count : 0; in ipa_table_init_add()
425 hash_count = hash_mem ? hash_mem->size / sizeof(__le64) : 0; in ipa_table_init_add()
448 zero_size = hash_mem->size - hash_size; in ipa_table_init_add()
/Linux-v6.6/include/linux/sunrpc/
Dsvcauth.h176 static inline unsigned long hash_mem(char const *buf, int length, int bits) in hash_mem() function
/Linux-v6.6/net/sunrpc/auth_gss/
Dsvcauth_gss.c134 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-v6.6/fs/nfsd/
Dexport.c280 hash ^= hash_mem(cp, len, EXPKEY_HASHBITS); in svc_expkey_hash()