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

/net/sunrpc/
H A Dauth.c26 unsigned int hashbits; member in struct:rpc_cred_cache
334 new->hashbits = auth_hashbits;
335 hashsize = 1U << new->hashbits;
404 unsigned int hashsize = 1U << cache->hashbits;
554 nr = hash_long(from_kuid(&init_user_ns, acred->uid), cache->hashbits);

Completed in 95 milliseconds