Searched refs:rsci (Results 1 – 1 of 1) sorted by relevance
354 static void rsc_free(struct rsc *rsci) in rsc_free() argument356 kfree(rsci->handle.data); in rsc_free()357 if (rsci->mechctx) in rsc_free()358 gss_delete_sec_context(&rsci->mechctx); in rsc_free()359 free_svc_cred(&rsci->cred); in rsc_free()364 struct rsc *rsci = container_of(head, struct rsc, rcu_head); in rsc_free_rcu() local366 kfree(rsci->handle.data); in rsc_free_rcu()367 kfree(rsci); in rsc_free_rcu()372 struct rsc *rsci = container_of(ref, struct rsc, h.ref); in rsc_put() local374 if (rsci->mechctx) in rsc_put()[all …]