Searched refs:hashtable (Results 1 – 1 of 1) sorted by relevance
25 struct hlist_head *hashtable; member336 new->hashtable = kcalloc(hashsize, sizeof(new->hashtable[0]), GFP_KERNEL); in rpcauth_init_credcache()337 if (!new->hashtable) in rpcauth_init_credcache()410 head = &cache->hashtable[i]; in rpcauth_clear_credcache()438 kfree(cache->hashtable); in rpcauth_destroy_credcache()557 hlist_for_each_entry_rcu(entry, &cache->hashtable[nr], cr_hash) { in rpcauth_lookup_credcache()590 hlist_for_each_entry(entry, &cache->hashtable[nr], cr_hash) { in rpcauth_lookup_credcache()599 hlist_add_head_rcu(&cred->cr_hash, &cache->hashtable[nr]); in rpcauth_lookup_credcache()