Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/xprtrdma/
Dsvc_rdma.c76 struct kmem_cache *svc_rdma_ctxt_cachep; variable
247 kmem_cache_destroy(svc_rdma_ctxt_cachep); in svc_rdma_cleanup()
279 svc_rdma_ctxt_cachep = in svc_rdma_init()
285 if (!svc_rdma_ctxt_cachep) { in svc_rdma_init()
Dxprt_rdma.h535 extern struct kmem_cache *svc_rdma_ctxt_cachep;
Dsvc_rdma_transport.c160 ctxt = kmem_cache_alloc(svc_rdma_ctxt_cachep, in svc_rdma_get_context()
201 kmem_cache_free(svc_rdma_ctxt_cachep, ctxt); in svc_rdma_put_context()