Home
last modified time | relevance | path

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

/linux-2.6.39/net/sunrpc/
Dauth.c25 unsigned int hashbits; member
203 new->hashbits = auth_hashbits; in rpcauth_init_credcache()
204 hashsize = 1U << new->hashbits; in rpcauth_init_credcache()
243 unsigned int hashsize = 1U << cache->hashbits; in rpcauth_clear_credcache()
359 nr = hash_long(acred->uid, cache->hashbits); in rpcauth_lookup_credcache()