cr_hash            51 include/linux/sunrpc/auth.h 	struct hlist_node	cr_hash;	/* hash chain */
cr_hash           317 net/sunrpc/auth.c 	hlist_del_rcu(&cred->cr_hash);
cr_hash           443 net/sunrpc/auth.c 			cred = hlist_entry(head->first, struct rpc_cred, cr_hash);
cr_hash           578 net/sunrpc/auth.c 	hlist_for_each_entry_rcu(entry, &cache->hashtable[nr], cr_hash) {
cr_hash           597 net/sunrpc/auth.c 	hlist_for_each_entry(entry, &cache->hashtable[nr], cr_hash) {
cr_hash           608 net/sunrpc/auth.c 		hlist_add_head_rcu(&cred->cr_hash, &cache->hashtable[nr]);
cr_hash           647 net/sunrpc/auth.c 	INIT_HLIST_NODE(&cred->cr_hash);