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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/xprtrdma/
H A Dsvc_rdma.c75 struct kmem_cache *svc_rdma_ctxt_cachep; variable in typeref:struct:kmem_cache
241 kmem_cache_destroy(svc_rdma_ctxt_cachep);
268 svc_rdma_ctxt_cachep =
274 if (!svc_rdma_ctxt_cachep) {
H A Dsvc_rdma_transport.c90 extern struct kmem_cache *svc_rdma_ctxt_cachep;
97 ctxt = kmem_cache_alloc(svc_rdma_ctxt_cachep, GFP_KERNEL);
142 kmem_cache_free(svc_rdma_ctxt_cachep, ctxt);

Completed in 90 milliseconds