Home
last modified time | relevance | path

Searched refs:xcl_owner (Results 1 – 4 of 4) sorted by relevance

/linux/net/sunrpc/
H A Dsvc_xprt.c170 struct module *owner = xprt->xpt_class->xcl_owner; in svc_xprt_free()
277 if (!try_module_get(xcl->xcl_owner)) in _svc_xprt_create()
286 module_put(xcl->xcl_owner); in _svc_xprt_create()
850 __module_get(xprt->xpt_class->xcl_owner); in svc_recv()
858 module_put(xprt->xpt_class->xcl_owner); in svc_recv()
H A Dsvcsock.c836 .xcl_owner = THIS_MODULE, in svc_udp_init()
1352 .xcl_owner = THIS_MODULE, in svc_cleanup_xprt_sock()
/linux/include/linux/sunrpc/
H A Dsvc_xprt.h35 struct module *xcl_owner; member
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c95 .xcl_owner = THIS_MODULE,