Home
last modified time | relevance | path

Searched refs:xpt_ref (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/sunrpc/
Dsvc_xprt.h54 struct kref xpt_ref; member
141 kref_get(&xprt->xpt_ref); in svc_xprt_get()
/Linux-v4.19/net/sunrpc/
Dsvc_xprt.c135 container_of(kref, struct svc_xprt, xpt_ref); in svc_xprt_free()
151 kref_put(&xprt->xpt_ref, svc_xprt_free); in svc_xprt_put()
165 kref_init(&xprt->xpt_ref); in svc_xprt_init()
779 kref_read(&xprt->xpt_ref)); in svc_handle_xprt()
934 if (kref_read(&xprt->xpt_ref) > 1 || in svc_age_temp_xprts()
/Linux-v4.19/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c652 if (kref_read(&xprt->xpt_ref) != 0) in __svc_rdma_free()
654 kref_read(&xprt->xpt_ref)); in __svc_rdma_free()