Searched refs:rsci (Results 1 – 1 of 1) sorted by relevance
349 static void rsc_free(struct rsc *rsci) in rsc_free() argument351 kfree(rsci->handle.data); in rsc_free()352 if (rsci->mechctx) in rsc_free()353 gss_delete_sec_context(&rsci->mechctx); in rsc_free()354 free_svc_cred(&rsci->cred); in rsc_free()359 struct rsc *rsci = container_of(head, struct rsc, rcu_head); in rsc_free_rcu() local361 kfree(rsci->handle.data); in rsc_free_rcu()362 kfree(rsci); in rsc_free_rcu()367 struct rsc *rsci = container_of(ref, struct rsc, h.ref); in rsc_put() local369 if (rsci->mechctx) in rsc_put()[all …]