Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/xprtrdma/
Dsvc_rdma.c77 struct kmem_cache *svc_rdma_ctxt_cachep; variable
245 kmem_cache_destroy(svc_rdma_ctxt_cachep); in svc_rdma_cleanup()
277 svc_rdma_ctxt_cachep = in svc_rdma_init()
283 if (!svc_rdma_ctxt_cachep) { in svc_rdma_init()
Dxprt_rdma.h486 extern struct kmem_cache *svc_rdma_ctxt_cachep;
Dsvc_rdma_transport.c103 ctxt = kmem_cache_alloc(svc_rdma_ctxt_cachep, GFP_KERNEL); in svc_rdma_get_context()
147 kmem_cache_free(svc_rdma_ctxt_cachep, ctxt); in svc_rdma_put_context()