Searched refs:rsci (Results 1 – 1 of 1) sorted by relevance
356 static void rsc_free(struct rsc *rsci) in rsc_free() argument358 kfree(rsci->handle.data); in rsc_free()359 if (rsci->mechctx) in rsc_free()360 gss_delete_sec_context(&rsci->mechctx); in rsc_free()361 free_svc_cred(&rsci->cred); in rsc_free()366 struct rsc *rsci = container_of(head, struct rsc, rcu_head); in rsc_free_rcu() local368 kfree(rsci->handle.data); in rsc_free_rcu()369 kfree(rsci); in rsc_free_rcu()374 struct rsc *rsci = container_of(ref, struct rsc, h.ref); in rsc_put() local376 if (rsci->mechctx) in rsc_put()[all …]