Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dauth_unix.c56 struct rpc_cred *rpc_cred = container_of(head, struct rpc_cred, cr_rcu); in unx_free_cred_callback()
65 call_rcu(&cred->cr_rcu, unx_free_cred_callback); in unx_destroy_cred()
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dauth.h51 struct rcu_head cr_rcu; member
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dauth_gss.c1305 struct gss_cred *gss_cred = container_of(head, struct gss_cred, gc_base.cr_rcu); in gss_free_cred_callback()
1318 call_rcu(&cred->cr_rcu, gss_free_cred_callback); in gss_destroy_nullcred()