Searched refs:xps_kref (Results 1 – 2 of 2) sorted by relevance
156 kref_init(&xps->xps_kref); in xprt_switch_alloc()191 struct rpc_xprt_switch, xps_kref); in xprt_switch_free()207 if (xps != NULL && kref_get_unless_zero(&xps->xps_kref)) in xprt_switch_get()221 kref_put(&xps->xps_kref, xprt_switch_free); in xprt_switch_put()
16 struct kref xps_kref; member