Home
last modified time | relevance | path

Searched refs:cr_rcu (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/net/sunrpc/
Dauth_unix.c106 struct unx_cred *unx_cred = container_of(head, struct unx_cred, uc_base.cr_rcu); in unx_free_cred_callback()
113 call_rcu(&cred->cr_rcu, unx_free_cred_callback); in unx_destroy_cred()
Dauth_generic.c141 struct rpc_cred *cred = container_of(head, struct rpc_cred, cr_rcu); in generic_free_cred_callback()
148 call_rcu(&cred->cr_rcu, generic_free_cred_callback); in generic_destroy_cred()
/Linux-v4.19/include/linux/sunrpc/
Dauth.h65 struct rcu_head cr_rcu; member
/Linux-v4.19/net/sunrpc/auth_gss/
Dauth_gss.c1311 struct gss_cred *gss_cred = container_of(head, struct gss_cred, gc_base.cr_rcu); in gss_free_cred_callback()
1323 call_rcu(&cred->cr_rcu, gss_free_cred_callback); in gss_destroy_nullcred()