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

/linux-master/drivers/net/ipa/
H A Dipa_table.c386 const struct ipa_mem *hash_mem; local
406 hash_mem = ipa_table_mem(ipa, filter, true, ipv6);
407 hash_offset = hash_mem ? hash_mem->offset : 0;
417 hash_count = hash_mem && hash_mem->size ? count : 0;
423 hash_count = hash_mem ? hash_mem->size / sizeof(__le64) : 0;
446 zero_size = hash_mem->size - hash_size;
/linux-master/include/linux/sunrpc/
H A Dsvcauth.h181 static inline unsigned long hash_mem(char const *buf, int length, int bits) function
/linux-master/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c134 return hash_mem(item->in_handle.data, item->in_handle.len, RSI_HASHBITS)
135 ^ hash_mem(item->in_token.data, item->in_token.len, RSI_HASHBITS);
409 return hash_mem(rsci->handle.data, rsci->handle.len, RSC_HASHBITS);
/linux-master/fs/nfsd/
H A Dexport.c280 hash ^= hash_mem(cp, len, EXPKEY_HASHBITS);

Completed in 133 milliseconds