Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/
Dauth.c302 hlist_del_rcu(&cred->cr_hash); in rpcauth_unhash_cred_locked()
412 cred = hlist_entry(head->first, struct rpc_cred, cr_hash); in rpcauth_clear_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()
643 INIT_HLIST_NODE(&cred->cr_hash); in rpcauth_init_cred()
/linux-4.1.27/include/linux/sunrpc/
Dauth.h51 struct hlist_node cr_hash; /* hash chain */ member