Home
last modified time | relevance | path

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

/linux-2.6.39/net/sunrpc/xprtrdma/
Dsvc_rdma.c76 struct kmem_cache *svc_rdma_ctxt_cachep; variable
244 kmem_cache_destroy(svc_rdma_ctxt_cachep); in svc_rdma_cleanup()
276 svc_rdma_ctxt_cachep = in svc_rdma_init()
282 if (!svc_rdma_ctxt_cachep) { in svc_rdma_init()
Dsvc_rdma_transport.c92 extern struct kmem_cache *svc_rdma_ctxt_cachep;
102 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()