Searched refs:xps_kref (Results 1 – 2 of 2) sorted by relevance
105 kref_init(&xps->xps_kref); in xprt_switch_alloc()136 struct rpc_xprt_switch, xps_kref); in xprt_switch_free()150 if (xps != NULL && kref_get_unless_zero(&xps->xps_kref)) in xprt_switch_get()164 kref_put(&xps->xps_kref, xprt_switch_free); in xprt_switch_put()
15 struct kref xps_kref; member