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