Searched refs:rsci (Results 1 – 1 of 1) sorted by relevance
75 struct rsc *rsci; member380 static void rsc_free(struct rsc *rsci) in rsc_free() argument382 kfree(rsci->handle.data); in rsc_free()383 if (rsci->mechctx) in rsc_free()384 gss_delete_sec_context(&rsci->mechctx); in rsc_free()385 free_svc_cred(&rsci->cred); in rsc_free()390 struct rsc *rsci = container_of(head, struct rsc, rcu_head); in rsc_free_rcu() local392 kfree(rsci->handle.data); in rsc_free_rcu()393 kfree(rsci); in rsc_free_rcu()398 struct rsc *rsci = container_of(ref, struct rsc, h.ref); in rsc_put() local[all …]