Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Drdma_subr.c63 kmem_cache_t *clist_cache = NULL; variable
202 clp = kmem_cache_alloc(clist_cache, KM_SLEEP); in clist_alloc()
389 kmem_cache_free(clist_cache, c); in clist_free()
492 if (!clist_cache) { in rdma_modload()
493 clist_cache = kmem_cache_create("rdma_clist", in rdma_modload()
H A Dxdr_rdma.c166 extern kmem_cache_t *clist_cache;
922 kmem_cache_free(clist_cache, loc); in xdr_ref_clist()