Searched refs:cr_hash (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | auth.c | 268 hlist_del_rcu(&cred->cr_hash); in rpcauth_unhash_cred_locked() 394 cred = hlist_entry(head->first, struct rpc_cred, cr_hash); in rpcauth_clear_credcache() 529 hlist_for_each_entry_rcu(entry, &cache->hashtable[nr], cr_hash) { in rpcauth_lookup_credcache() 548 hlist_for_each_entry(entry, &cache->hashtable[nr], cr_hash) { in rpcauth_lookup_credcache() 559 hlist_add_head_rcu(&cred->cr_hash, &cache->hashtable[nr]); in rpcauth_lookup_credcache() 598 INIT_HLIST_NODE(&cred->cr_hash); in rpcauth_init_cred()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | auth.c | 265 hlist_del_rcu(&cred->cr_hash); in rpcauth_unhash_cred_locked() 391 cred = hlist_entry(head->first, struct rpc_cred, cr_hash); in rpcauth_clear_credcache() 526 hlist_for_each_entry_rcu(entry, &cache->hashtable[nr], cr_hash) { in rpcauth_lookup_credcache() 545 hlist_for_each_entry(entry, &cache->hashtable[nr], cr_hash) { in rpcauth_lookup_credcache() 556 hlist_add_head_rcu(&cred->cr_hash, &cache->hashtable[nr]); in rpcauth_lookup_credcache() 595 INIT_HLIST_NODE(&cred->cr_hash); in rpcauth_init_cred()
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | auth.h | 49 struct hlist_node cr_hash; /* hash chain */ member
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | auth.h | 49 struct hlist_node cr_hash; /* hash chain */ member
|
Completed in 4 milliseconds